source: trunk/testcase/Makefile@ 1036

Last change on this file since 1036 was 673, checked in by bird, 22 years ago

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 207 bytes
RevLine 
[673]1
2
3default: all
4
5clean all check distclean install:
6 for gmk in $(wildcard *.gmk); \
7 do \
8 if $(MAKE) $@ -f $$gmk; \
9 then true; \
10 else exit 8; \
11 fi; \
12 done
13
14cleanfast:
15 rm *.o *.obj *.exe *.map
16
Note: See TracBrowser for help on using the repository browser.