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

Update Makefile.in

parent 859820e0
No related branches found
No related tags found
No related merge requests found
......@@ -135,10 +135,9 @@ install: all
@cp $(MODULES_DIR)/* $(includedir)/ppm
uninstall:
@echo '[ removing '$(libdir)/$(LIB_PPM)', '$(includedir)/ppm' & '$(prefix)/utils']'
@echo '[ removing '$(libdir)/$(LIB_PPM)' & '$(includedir)/ppm']'
@rm $(libdir)/$(LIB_PPM)
@rm -fR $(includedir)/ppm
@rm -fR $(prefix)/utils
# This compiles, and copies the PPM library
......
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