diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 19:34:59 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 19:36:52 +0200 |
commit | c818aa8a02d2809b3189a1fdbec580fd59d22ce2 (patch) | |
tree | ab37a6959f7e63ce8ef70a338bef20a4ac6dbd3f /lazy.mk | |
parent | 387c97bae8fd2e21dcd5b0a2b938d23e5d007a0d (diff) |
shuffle files
Moving all code into src/crepe allows you to add the src folder as
SYSTEM INTERFACE, resulting in includes that look like `<crepe/xyz.h>`.
Diffstat (limited to 'lazy.mk')
-rw-r--r-- | lazy.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,8 +5,9 @@ BUILD_DIR ?= build TARGET ?= $(BUILD_DIR)/main -# make cmake shut up +# always generate fresh build rules when cmake is re-run CMFLAGS += --fresh +# make cmake shut up CMFLAGS += --log-level WARNING CMFLAGS += -Wno-deprecated |