]> git.sesse.net Git - mlt/blobdiff - src/humperdink/Makefile
added uninstall make targets
[mlt] / src / humperdink / Makefile
index 266f6c104896a3357c80b37832598ee4c9de1da3..47ba3edf31ff96adc821b11657cb29edb22486d5 100644 (file)
@@ -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