diff options
| author | Tomasz Kramkowski <tk@the-tk.com> | 2015-05-24 20:38:00 +0100 |
|---|---|---|
| committer | Tomasz Kramkowski <tk@the-tk.com> | 2015-05-24 20:38:00 +0100 |
| commit | 0f981889b3a4d62104383c5a5c0efa3a1e9f5261 (patch) | |
| tree | 069d4dd94f37e7e8aca0b7010a65c902b87a77f3 /Makefile | |
| parent | b0409caee2e2e13355a883ac0cf1e6addd8adcbe (diff) | |
| download | c-stuff-0f981889b3a4d62104383c5a5c0efa3a1e9f5261.tar.gz c-stuff-0f981889b3a4d62104383c5a5c0efa3a1e9f5261.tar.xz c-stuff-0f981889b3a4d62104383c5a5c0efa3a1e9f5261.zip | |
Makefile no longer installs bin executable
Diffstat (limited to 'Makefile')
| -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) |
