Changeset 908 for trunk/tools
- Timestamp:
- Sep 12, 1999, 1:45:36 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/makefile
r825 r908 1 # $Id: makefile,v 1. 1 1999-09-05 02:26:39bird Exp $1 # $Id: makefile,v 1.2 1999-09-11 23:45:36 bird Exp $ 2 2 3 3 # … … 31 31 cd ..\impdef 32 32 $(MAKE_CMD) 33 cd ..\wrc 34 $(MAKE_CMD) 35 cd .. 33 36 34 37 # compile tools needed to compile rest of the tree. … … 38 41 cd ..\impdef 39 42 $(MAKE_CMD) 43 cd .. 40 44 41 45 clean: … … 46 50 cd ..\impdef 47 51 $(MAKE_CMD) clean 52 cd ..\wrc 53 $(MAKE_CMD) clean 48 54 cd ..\bin 49 -$(RM) *.exe 50 -$(RM) *.dll55 -$(RM) *.exe *.dll 56 cd .. 51 57
Note:
See TracChangeset
for help on using the changeset viewer.