From 0cabbd2a0853c332c82af621b8716643741d758a Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 21 Jul 2026 14:36:02 -0700 Subject: more faithful grammar --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') 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 -- cgit v1.2.3