Skip to content
Snippets Groups Projects
Commit 859820e0 authored by Yaser Afshar's avatar Yaser Afshar
Browse files

Update Makefile.in

parent ad9995ed
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ $(shell test -e $(LOG) && rm $(LOG))
$(warning Clean up the files created by make)
endif
.PHONY: all clean install new test
.PHONY: all clean install uninstall new test
.DEFAULT: ;
......@@ -134,6 +134,13 @@ install: all
@mkdir -p $(includedir)/ppm
@cp $(MODULES_DIR)/* $(includedir)/ppm
uninstall:
@echo '[ removing '$(libdir)/$(LIB_PPM)', '$(includedir)/ppm' & '$(prefix)/utils']'
@rm $(libdir)/$(LIB_PPM)
@rm -fR $(includedir)/ppm
@rm -fR $(prefix)/utils
# This compiles, and copies the PPM library
new: all install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment