Disable the menus for the Alien demo.

This commit is contained in:
Steven Fuller 2001-11-04 17:32:36 +00:00 committed by Patryk Obara
parent b66cdf804f
commit 442b6b52ea
5 changed files with 14 additions and 110 deletions

View file

@ -67,7 +67,7 @@ tester:
echo $(OBJ)
clean:
-rm -rf depend $(OBJ)
-rm -rf depend $(OBJ) AvP
distclean: clean
-rm -rf `find . -name "*~"`