diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-06 04:28:19 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-06 04:28:19 -0500 |
commit | c51d8df1aec40fc3e74a1c50995fce967689b865 (patch) | |
tree | 2a125bfe2894b00599f526cfbab8faa4718766c9 | |
parent | e1987b6ba5097a3d95bae1aa61eba7ef66933302 (diff) | |
download | taipan-c51d8df1aec40fc3e74a1c50995fce967689b865.tar.gz |
distclean is cleaner now
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ clean: rm -f *.o *.lst convfont *.xex AUTORUN.SYS taipan.atr ver.dat distclean: clean - rm -f *~ core .*.swp 1.* 2.* 1 2 3 map map.* *.map a b c foo bar baz + rm -f *~ core .*.swp 1.* 2.* 1 2 3 map map.* *.map a b c foo bar baz comptitle.s comptitle.dat # Cruft. Was used for testing the enemy ship animation. lorchatest: lorchatest.c draw_lorcha.s taifont.xex |