summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-10 16:09:55 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-10 16:09:55 +0200 |
commit | 07661f0d55dc4700722ee3f66218e86d0f77a55c (patch) | |
tree | ceb58874a2e09bf38384ca5cc23538f95a574542 /src/battlemap/Makefile | |
parent | be434a74b26194eed9a312efc240a501083a3c1e (diff) |
...
Diffstat (limited to 'src/battlemap/Makefile')
-rw-r--r-- | src/battlemap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/battlemap/Makefile b/src/battlemap/Makefile index 4eca95a..8c7d206 100644 --- a/src/battlemap/Makefile +++ b/src/battlemap/Makefile @@ -44,6 +44,7 @@ include ${CURDIR}/mk/debug.mk include ${CURDIR}/mk/erlang.mk include ${CURDIR}/mk/preprocessor.mk include ${CURDIR}/mk/yaws.mk + ################################################################################ ## TARGET RULES ################################################################ ################################################################################ @@ -56,7 +57,7 @@ build: $(PREPROCESSOR_RESULT) $(ERLANG_RESULT) run: yaws_run clean: - rm -rf $(BIN_DIR)/* + rm -rf $(PREPROCESSOR_RESULT) $(ERLANG_RESULT) ################################################################################ ## INTERNAL RULES ############################################################## |