diff options
author | Oxore <oxore@protonmail.com> | 2019-09-23 22:34:31 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-09-23 22:34:31 +0300 |
commit | 6dbe29f68fa4273f192b1415621e94bca6122807 (patch) | |
tree | 711a7662c7d144456d70520b10d14e27bb684376 | |
parent | 04476fd02d79028d31b7a340bef7e42de3992497 (diff) |
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |