diff --git a/Makefile b/Makefile index 8bc2486..e4139f7 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ run: driver @./driver clean: - rm -f $(OBJECTS) $(ASMS) + rm -f $(OBJECTS) $(ASMS) driver asm: $(ASMS)