diff --git a/Makefile b/Makefile index fe3f943..727e859 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ all: $(OBJECTS) @$(CC) $(CFLAGS) -S -masm=intel $< clean: - rm -f $(OBJECTS) + rm -f $(OBJECTS) $(ASMS) asm: $(ASMS) format: clang-format -i $(C_SOURCES) $(C_HEADERS) -.PHONY: all clean format asm \ No newline at end of file +.PHONY: all clean format asm