URL
https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk
Subversion Repositories usb_fpga_1_2
[/] [usb_fpga_1_2/] [trunk/] [examples/] [all/] [Makefile] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
DIRS=ucecho.PHONY: default all clean distcleandefault:@echo "This makefile is intended to clean up the project or to build all examples in this subdirectory"@echo "Usage: make all | clean | distclean"all:for i in $(DIRS); do make -C $$i all; doneclean:for i in $(DIRS); do make -C $$i clean; donedistclean: cleanfor i in $(DIRS); do make -C $$i distclean; done
Go to most recent revision | Compare with Previous | Blame | View Log
