summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-09-23 22:34:31 +0300
committerOxore <oxore@protonmail.com>2019-09-23 22:34:31 +0300
commit6dbe29f68fa4273f192b1415621e94bca6122807 (patch)
tree711a7662c7d144456d70520b10d14e27bb684376 /Makefile
parent04476fd02d79028d31b7a340bef7e42de3992497 (diff)
Make directory rules explicit for old make verisionHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9056cc5..63f5e6b 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,10 @@ $(TARGET_TEST): $(TARGET)/$(TARGET_TEST).c.o $(MUNIT)/munit.c.o
$(DEPENDS): | $(BUILD)/ $(TARGET)/
$(OBJECTS): | $(BUILD)/ $(TARGET)/
-%/:
+$(BUILD)/:
+ $(Q) mkdir -p $@
+
+$(TARGET)/:
$(Q) mkdir -p $@
$(LIBF8)/libf8.a: $(LIBF8)