X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2FMakefile;h=0e80dbfb1a1039d7472a35ccb2808f02893ea705;hb=54f727b53111ab4875702161e9eadd71d1f5241c;hp=d5e90c74025081449465625594e0cb8f2048c8db;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/inigo/Makefile b/src/inigo/Makefile index d5e90c7..0e80dbf 100644 --- a/src/inigo/Makefile +++ b/src/inigo/Makefile @@ -29,6 +29,9 @@ install: all install -d "$(DESTDIR)$(bindir)" install -c -s -m 755 $(TARGET) "$(DESTDIR)$(bindir)" +uninstall: + rm -f "$(DESTDIR)$(bindir)/$(TARGET)" + ifneq ($(wildcard .depend),) include .depend endif