Update clean target
This commit is contained in:
parent
9da4be457a
commit
7eeb281a9d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ run: driver
|
|||
@./driver
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) $(ASMS)
|
||||
rm -f $(OBJECTS) $(ASMS) driver
|
||||
|
||||
asm: $(ASMS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue