diff --git a/Makefile b/Makefile index 4d03d93..afdfdbf 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,5 @@ run: $(OUT) ./$^ .PHONY: clean +clean: rm -v *.out;