diff options
author | Case Duckworth | 2020-05-07 14:22:02 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-07 14:22:02 -0500 |
commit | 7ca3a306a083473f3253244c3b14f713cb107c5e (patch) | |
tree | 3d0815ae17b1b643b3c8ca9751f44c98885796af /Makefile | |
parent | Version 0.3: add autossh support (diff) | |
download | mrgrctrnl-7ca3a306a083473f3253244c3b14f713cb107c5e.tar.gz mrgrctrnl-7ca3a306a083473f3253244c3b14f713cb107c5e.zip |
Add burgercontrol recipe
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/$@ | ||