diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-25 19:44:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-25 19:44:52 +0200 |
commit | 9b6401ae25d8248925ff3751f086b243840df3b0 (patch) | |
tree | 01fabf2f88811d0c2cf5dd5d7e990056be7c38d4 | |
parent | d4295a38b81ae929a35d89850261aa5b3c34cce8 (diff) |
remove clean dependency of makefile
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ $(TARGET): $(OBJS) clean: $(RM) $(TARGET) $(OBJS) -compile_commands: clean +compile_commands: compiledb make -Bn |