Skip to content

Commit

Permalink
make clean no longer runs the genclean rule, so generated code files …
Browse files Browse the repository at this point in the history
…are kept for faster full builds.
  • Loading branch information
alxm committed May 25, 2018
1 parent ac009f8 commit 87b5384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
geany -i DefendPluto/* make/* assets/levels/* assets/gfx/*.py assets/sfx/*.py dev.sh README.md &
arduino DefendPluto/DefendPluto.ino &
gimp -n assets/gfx/*.png &
gimp -n assets/gfx/*.png assets/gfx/*.BMP &
cd make
2 changes: 1 addition & 1 deletion make/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A_APP_NAME := defendpluto
A_DIR_SRC := DefendPluto
A_RULES_CLEAN := genclean
#A_RULES_CLEAN := genclean

#
# You can set A2X_PATH to a hard-coded value
Expand Down

0 comments on commit 87b5384

Please sign in to comment.