summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1fb17dc02..cb4aeb46c 100644
--- a/Makefile
+++ b/Makefile
@@ -78,12 +78,10 @@ endif
# Secondary expansion is required for dependency variables in object rules.
.SECONDEXPANSION:
-
# Clear the default suffixes
.SUFFIXES:
-
# Don't delete intermediate files
-.PRECIOUS: %.1bpp %.4bpp %.8bpp %.gbapal %.lz %.rl %.pcm %.bin sound/direct_sound_samples/cry_%.bin
+.SECONDARY:
# Create build subdirectories
$(shell mkdir -p $(addprefix $(BUILD_DIR)/, $(SUBDIRS)))