about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-05-07 14:22:02 -0500
committerCase Duckworth2020-05-07 14:22:02 -0500
commit7ca3a306a083473f3253244c3b14f713cb107c5e (patch)
tree3d0815ae17b1b643b3c8ca9751f44c98885796af
parentVersion 0.3: add autossh support (diff)
downloadmrgrctrnl-7ca3a306a083473f3253244c3b14f713cb107c5e.tar.gz
mrgrctrnl-7ca3a306a083473f3253244c3b14f713cb107c5e.zip
Add burgercontrol recipe
-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/$@