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
|
@./driver
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) $(ASMS)
|
rm -f $(OBJECTS) $(ASMS) driver
|
||||||
|
|
||||||
asm: $(ASMS)
|
asm: $(ASMS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue