diff options
| author | Johannes Herman <johannes.herman@gmail.com> | 2024-06-10 21:52:19 +0200 |
|---|---|---|
| committer | Johannes Herman <johannes.herman@gmail.com> | 2024-06-10 21:52:19 +0200 |
| commit | 0345bb8342da8aaee973f79889e1468a7ee3afce (patch) | |
| tree | ba2f613293e06d6846994861ab7788a70ad8a892 | |
| parent | f0a2c89b4cc2cbaf2f941d46ad781895f8c70db6 (diff) | |
clean out.demo
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
