mk/prog.mk: remove all object files.

This commit is contained in:
Juan RP 2012-11-03 09:42:51 +01:00
parent a0d4a21a1d
commit 0fbe845e32

View File

@ -14,7 +14,7 @@ all: $(BINS)
.PHONY: clean .PHONY: clean
clean: clean:
-rm -f $(BIN) $(BIN).static -rm -f $(BIN) $(BIN).static
-rm -f $(OBJS) -rm -f *.o
.PHONY: install .PHONY: install
install: all install: all