diff options
Diffstat (limited to 'ports/doom')
-rw-r--r-- | ports/doom | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,4 +147,4 @@ case $1 in install) (prep; make "CC=cc" && cp doomgeneric $PREFIX/bin/doom && cp DOOM1.WAD $PREFIX/) ;; clean) (prep; make clean) ;; *) echo "usage: $0 install|clean"; false ;; -esac
\ No newline at end of file +esac |