diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ help: $(DESTDIR)$(bindir)/%: % - $(INSTALL) $^ $(DESTDIR)$(bindir) + $(INSTALL) $^ $(DESTDIR)$(bindir)/$(target) install: $(DESTDIR)$(bindir)/$(target) |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -25,7 +25,7 @@ help: $(DESTDIR)$(bindir)/%: % - $(INSTALL) $^ $(DESTDIR)$(bindir) + $(INSTALL) $^ $(DESTDIR)$(bindir)/$(target) install: $(DESTDIR)$(bindir)/$(target) |