aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-27 18:21:33 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-27 18:21:33 +0200
commitb92b77f2f3ad0b6683c5f8d6d9a02870ea3bef28 (patch)
tree8302e6d1488e771b02fc296daeacec3ef17118b6 /makefile
parente7583299b0ef8f7372f075f89c4b0ca733d02e02 (diff)
move to make
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/makefile b/makefile
index 41e74eb..14da6dc 100644
--- a/makefile
+++ b/makefile
@@ -1,8 +1,8 @@
-# this makefile transparently forwards all `make` calls to `redo` for convenience
+main: main.o
-.PHONY: FORCE
+clean:
+ git clean -fxdi
-all: FORCE
- @redo $(MAKECMDGOALS)
+compile_commands.json:
+ compiledb make -Bn
-$(MAKECMDGOALS): all