Initial commit
This commit is contained in:
commit
a3b6aedd86
3 changed files with 32 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
PREFIX ?= /usr/local
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
install -D -m 755 docker-compose-m4 $(DESTDIR)$(PREFIX)/bin/docker-compose-m4
|
||||
install -D -m 755 docker-compose.m4 $(DESTDIR)$(PREFIX)/share/docker-compose-m4/docker-compose.m4
|
||||
|
||||
.PHONY: all install
|
Loading…
Add table
Add a link
Reference in a new issue