diff options
-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) |
index : AsciiMap | |
Create ASCII art from bitmaps |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 1 |
@@ -42,4 +42,5 @@ run: build $(BUILDDIR)/$(OUTPUT) $(FILE) install: build + @strip $(BUILDDIR)/$(OUTPUT) @cp $(BUILDDIR)/$(OUTPUT) $(PREFIX)/bin/$(OUTPUT) |