vhost-manager/Makefile

9 строки
229 B
Makefile

all: install
install: build-crypt
wget -q -O ./share/bin/twigc https://github.com/okdana/twigc/releases/download/v0.4.0/twigc.phar
chmod +x ./share/bin/twigc
build-crypt:
gcc ./src/crypt/crypt.c -o ./share/bin/crypt -lcrypt