vhost-manager/Makefile

9 lines
229 B
Makefile
Raw Normal View History

2019-07-31 09:37:16 +02:00
all: install
2019-07-30 23:34:41 +02:00
2019-07-31 09:37:16 +02:00
install: build-crypt
wget -q -O ./share/bin/twigc https://github.com/okdana/twigc/releases/download/v0.3.1/twigc.phar
chmod +x ./share/bin/twigc
2019-07-30 23:34:41 +02:00
build-crypt:
2019-07-31 09:37:16 +02:00
gcc -lcrypt ./src/crypt/crypt.c -o ./share/bin/crypt