makefile clean: remove trailing slash from BUILD to avoid erasing peoples root directory

This commit is contained in:
Alfred E. Heggestad 2012-12-31 12:21:14 +00:00
parent 03d1e7faf1
commit 0c4cdc4c3b

View file

@ -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)