diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-11-04 17:32:36 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 442b6b52ea287efbd8e12b8b73327558fee58f34 (patch) | |
| tree | fd6dbc68e8e069529094fc15312388f60a3c06c3 /Makefile | |
| parent | b66cdf804fe9369f2c90857ca240670542495236 (diff) | |
Disable the menus for the Alien demo.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ tester: echo $(OBJ) clean: - -rm -rf depend $(OBJ) + -rm -rf depend $(OBJ) AvP distclean: clean -rm -rf `find . -name "*~"` |
