source:
Deliverables/D2.2/8051/tests/Makefile
@
634
Last change on this file since 634 was 486, checked in by , 10 years ago | |
---|---|
File size: 149 bytes |
Line | |
---|---|
1 | .PHONY: check |
2 | |
3 | SUBDIRS=clight |
4 | |
5 | check: |
6 | for i in $(SUBDIRS); do $(MAKE) -C $$i check; done |
7 | |
8 | clean: |
9 | for i in $(SUBDIRS); do $(MAKE) -C $$i clean; done |
Note: See TracBrowser
for help on using the repository browser.