diff --git a/Makefile b/Makefile index c805acf..fd00f7e 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ run: $(OUT) .PHONY: clean: - rm -v *.out *.o + rm -v *.out *.o *.asm