Changeset 1027 for trunk/MagicSoft/Mars/Makefile
- Timestamp:
- 11/01/01 14:56:17 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r1018 r1027 93 93 94 94 mrproper: clean rmbak 95 @echo "Removing backup files in macros /"95 @echo "Removing backup files in macros" 96 96 @rm -f macros/*~ 97 97 @echo "Removing htmldoc-tree" … … 123 123 tar: mrproper 124 124 @echo "Making tar-file" 125 @tar -cvf ../mars.tar --exclude=Root .rootrc *125 @tar cvf ../mars.tar --exclude=Root .rootrc * 126 126 @gzip -9 ../mars.tar 127 127
Note:
See TracChangeset
for help on using the changeset viewer.