makefile clean: remove trailing slash from BUILD to avoid erasing peoples root directory
This commit is contained in:
parent
03d1e7faf1
commit
0c4cdc4c3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -83,7 +83,7 @@ $(BUILD): Makefile $(MK) $(MODMKS)
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -rf $(SHARED) $(STATIC) test.d test.o test $(BUILD)/
|
||||
@rm -rf $(SHARED) $(STATIC) test.d test.o test $(BUILD)
|
||||
|
||||
|
||||
install: $(SHARED) $(STATIC)
|
||||
|
|
Loading…
Add table
Reference in a new issue