diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-18 17:26:27 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-18 17:26:27 +0200 |
commit | d53edf5d34939fa08dbfb20f341e7ece14ced465 (patch) | |
tree | f84035a46422571dcd0d4d5d4028bdf51b1b3ca2 /makefile | |
parent | a19fefd2653ae2335828f8f5fe0e33f0fcd499fe (diff) |
Diffstat (limited to '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: +compile_commands.json: compiledb make -Bn |