diff --git a/Makefile b/Makefile index c082a28..0e35fe5 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,6 @@ $(TARGET): $(OBJS) # Clean target to remove generated files clean: rm -f $(OBJS) $(TARGET) + install: install -Dm755 logcatreader $(DESTDIR)/usr/bin/logcatreader