URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [userland/] [ftp/] [Makefile] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
.EXPORT_ALL_VARIABLES:
DIRS = ftp
all:
for i in $(DIRS) ; do make -C $$i ; done
clean:
for i in $(DIRS) ; do make -C $$i clean ; done
Go to most recent revision | Compare with Previous | Blame | View Log