source:
to-imperative/trunk/Makefile
@
22
Last change on this file since 22 was 22, checked in by pooh, 21 years ago | |
---|---|
|
|
File size: 141 bytes |
Line | |
---|---|
1 | override TOPDIR:=. |
2 | -include subdirs.mk |
3 | include rules.mk |
4 | |
5 | all:: |
6 | @echo All done. |
7 | |
8 | clean:: |
9 | |
10 | distclean:: |
11 | rm -f config.mk subdirs.mk *.tar.gz |
12 | |
13 |
Note: See TracBrowser
for help on using the repository browser.