diff options
Diffstat (limited to 'src/char')
-rw-r--r-- | src/char/GNUmakefile | 4 | ||||
-rw-r--r-- | src/char/main.cpp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/char/GNUmakefile b/src/char/GNUmakefile index 0e1aece..48b4c0a 100644 --- a/src/char/GNUmakefile +++ b/src/char/GNUmakefile @@ -1,6 +1,6 @@ .SUFFIXES: -all: - ${MAKE} -C ../.. char-server +bin/tmwa-char: + ${MAKE} -C ../.. bin/tmwa-char clean: rm -r ../../obj/char/ %:: diff --git a/src/char/main.cpp b/src/char/main.cpp new file mode 100644 index 0000000..9f68e0f --- /dev/null +++ b/src/char/main.cpp @@ -0,0 +1,2 @@ +// dummy file to make Make dependencies work +#include "char.hpp" |