summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index 9cab3aa..8d04c39 100644
--- a/makefile
+++ b/makefile
@@ -1,2 +1,4 @@
all:
gcc -std=c23 -g -O0 -Wall -Werror *.c -o ccc
+clean:
+ rm -f ./ccc *.s *.o *.out **/*.s **/*.o **/*.out