diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,4 +42,5 @@ run: build $(BUILDDIR)/$(OUTPUT) $(FILE) install: build + @strip $(BUILDDIR)/$(OUTPUT) @cp $(BUILDDIR)/$(OUTPUT) $(PREFIX)/bin/$(OUTPUT) |