diff options
Diffstat (limited to 'packages/dreamplug-uaputl/Makefile')
-rwxr-xr-x | packages/dreamplug-uaputl/Makefile | 3 |
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) |