diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 356f070..786864d 100644 --- a/Makefile +++ b/Makefile | |||
@@ -11,3 +11,6 @@ install: $(BIN) | |||
11 | 11 | ||
12 | uninstall: $(DESTDIR)$(PREFIX)/bin/$(BIN) | 12 | uninstall: $(DESTDIR)$(PREFIX)/bin/$(BIN) |
13 | rm -f $< | 13 | rm -f $< |
14 | |||
15 | burgercontrol: install | ||
16 | ln -s $(DESTDIR)$(PREFIX)/bin/$(BIN) $(DESTDIR)$(PREFIX)/bin/$@ | ||