summaryrefslogtreecommitdiff
path: root/ports/doom
diff options
context:
space:
mode:
authordzwdz2023-02-23 15:38:17 +0100
committerdzwdz2023-02-23 15:38:17 +0100
commitc9daa8909313b020df57605d0bd50ac48b208d58 (patch)
tree7051752002999e648619bc91e4d99edfda7b9f01 /ports/doom
parent5715a511fcd0490dfc74579ee95f88ef1877f021 (diff)
toolchain: update, move to a Camellia-specific toolchain
Diffstat (limited to 'ports/doom')
-rw-r--r--ports/doom2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/doom b/ports/doom
index 774e6f6..0c10b08 100644
--- a/ports/doom
+++ b/ports/doom
@@ -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