Skip to content

Commit

Permalink
Add assets.skap* as clean target when in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Jun 10, 2024
1 parent da55bd2 commit 580b8ea
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -466,14 +466,12 @@ clean:
fi

mrproper: clean
@if [ -e $(GAME_NAME) ]; then \
echo " $(PPO_CLEAN) $(GAME_NAME)"; \
rm $(GAME_NAME); \
fi
@if [ -e $(GAME_NAME)_debug ]; then \
echo " $(PPO_CLEAN) $(GAME_NAME)_debug"; \
rm $(GAME_NAME)_debug; \
fi
@for i in $(GAME_NAME) $(GAME_NAME)_debug $(SKAP_ASSETPACK_OUT) $(SKAP_ASSETPACK_OUT).old; do \
if [ -e $$i ]; then \
echo " $(PPO_CLEAN) $$i"; \
rm $$i; \
fi \
done

version:
@echo $(FULL_VERSION)
Expand Down

0 comments on commit 580b8ea

Please sign in to comment.