summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohannes Herman <johannes.herman@gmail.com>2024-06-10 21:52:19 +0200
committerJohannes Herman <johannes.herman@gmail.com>2024-06-10 21:52:19 +0200
commit0345bb8342da8aaee973f79889e1468a7ee3afce (patch)
treeba2f613293e06d6846994861ab7788a70ad8a892 /makefile
parentf0a2c89b4cc2cbaf2f941d46ad781895f8c70db6 (diff)
clean out.demo
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9569298..e959236 100644
--- a/makefile
+++ b/makefile
@@ -25,7 +25,7 @@ run: $(EXE)
$(EXE)
clean:
- @$(RM) -rv $(BIN_DIR) $(OBJ_DIR)
+ @$(RM) -rv $(BIN_DIR) $(OBJ_DIR) out.demo
format:
clang-format -i --style=Microsoft src/*.c