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
|
Rev | Line | |
---|
[673] | 1 |
|
---|
| 2 |
|
---|
| 3 | default: all
|
---|
| 4 |
|
---|
| 5 | clean 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 |
|
---|
| 14 | cleanfast:
|
---|
| 15 | rm *.o *.obj *.exe *.map
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.