diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-27 18:21:33 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-27 18:21:33 +0200 |
commit | b92b77f2f3ad0b6683c5f8d6d9a02870ea3bef28 (patch) | |
tree | 8302e6d1488e771b02fc296daeacec3ef17118b6 /makefile | |
parent | e7583299b0ef8f7372f075f89c4b0ca733d02e02 (diff) |
move to make
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |