Cleaning generated assembly
This commit is contained in:
parent
1edc5adc2a
commit
5e7deadb65
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ all: $(OBJECTS)
|
|||
@$(CC) $(CFLAGS) -S -masm=intel $<
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS)
|
||||
rm -f $(OBJECTS) $(ASMS)
|
||||
|
||||
asm: $(ASMS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue