summaryrefslogtreecommitdiff
path: root/makefile
blob: 8d04c399282108c28367a50b191051c70aa10eb4 (plain)
1
2
3
4
all:
	gcc -std=c23 -g -O0 -Wall -Werror *.c -o ccc
clean:
	rm -f ./ccc *.s *.o *.out **/*.s **/*.o **/*.out