mk/prog.mk: remove all object files.
This commit is contained in:
@@ -14,7 +14,7 @@ all: $(BINS)
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm -f $(BIN) $(BIN).static
|
||||
-rm -f $(OBJS)
|
||||
-rm -f *.o
|
||||
|
||||
.PHONY: install
|
||||
install: all
|
||||
|
Reference in New Issue
Block a user