X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2FMakefile;h=45b7c8078fbc6cbce8a698d8b2f408295d7e8e95;hb=2bd3c395eac9fb8b02f6b39786659c7d1481872d;hp=ea54d974859791274109db53c0bab2ecd3b412ea;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/albino/Makefile b/src/albino/Makefile index ea54d97..45b7c80 100644 --- a/src/albino/Makefile +++ b/src/albino/Makefile @@ -28,6 +28,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