aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dreamplug-uaputl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dreamplug-uaputl/Makefile')
-rwxr-xr-xpackages/dreamplug-uaputl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/dreamplug-uaputl/Makefile b/packages/dreamplug-uaputl/Makefile
index 1847183..4e33274 100755
--- a/packages/dreamplug-uaputl/Makefile
+++ b/packages/dreamplug-uaputl/Makefile
@@ -50,3 +50,6 @@ clean:
$(ECHO)$(RM) $(OBJECTS) $(TARGET)
$(ECHO)$(RM) tags.txt
+# We add this install target to allow for installation
+install:
+ install $(TARGET) $(DESTDIR)/usr/bin/$(TARGET)