mk/prog.mk: remove all object files.
This commit is contained in:
parent
a0d4a21a1d
commit
0fbe845e32
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user