"make clean" now also removes the relocated output executable

This commit is contained in:
gered 2011-06-07 11:45:12 -04:00
parent 89704e5498
commit fdcf9da544

View file

@ -96,6 +96,7 @@ $(BUILD):
clean:
$(info clean ...)
@rm -fr $(BUILD)
@rm $(OUTPUT)
#-------------------------------------------------------------------------------
else