diff --git a/Makefile b/Makefile index 4f75df4..5b5df95 100644 --- a/Makefile +++ b/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)