about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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
12uninstall: $(DESTDIR)$(PREFIX)/bin/$(BIN) 12uninstall: $(DESTDIR)$(PREFIX)/bin/$(BIN)
13 rm -f $< 13 rm -f $<
14
15burgercontrol: install
16 ln -s $(DESTDIR)$(PREFIX)/bin/$(BIN) $(DESTDIR)$(PREFIX)/bin/$@