vhost-manager/Makefile

9 lines
229 B
Makefile
Raw Permalink 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.4.0/twigc.phar
2019-07-31 09:37:16 +02:00
chmod +x ./share/bin/twigc
2019-07-30 23:34:41 +02:00
build-crypt:
2020-12-05 13:23:44 +01:00
gcc ./src/crypt/crypt.c -o ./share/bin/crypt -lcrypt