X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fhumperdink%2FMakefile;h=47ba3edf31ff96adc821b11657cb29edb22486d5;hb=2bd3c395eac9fb8b02f6b39786659c7d1481872d;hp=266f6c104896a3357c80b37832598ee4c9de1da3;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/humperdink/Makefile b/src/humperdink/Makefile index 266f6c1..47ba3ed 100644 --- a/src/humperdink/Makefile +++ b/src/humperdink/Makefile @@ -30,6 +30,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