"make clean" now also removes the relocated output executable
This commit is contained in:
parent
89704e5498
commit
fdcf9da544
1
Makefile
1
Makefile
|
@ -96,6 +96,7 @@ $(BUILD):
|
||||||
clean:
|
clean:
|
||||||
$(info clean ...)
|
$(info clean ...)
|
||||||
@rm -fr $(BUILD)
|
@rm -fr $(BUILD)
|
||||||
|
@rm $(OUTPUT)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
else
|
else
|
||||||
|
|
Reference in a new issue