summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-11-04 17:32:36 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit442b6b52ea287efbd8e12b8b73327558fee58f34 (patch)
treefd6dbc68e8e069529094fc15312388f60a3c06c3 /Makefile
parentb66cdf804fe9369f2c90857ca240670542495236 (diff)
Disable the menus for the Alien demo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 409f9d5..0a853d3 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ tester:
echo $(OBJ)
clean:
- -rm -rf depend $(OBJ)
+ -rm -rf depend $(OBJ) AvP
distclean: clean
-rm -rf `find . -name "*~"`