This commit is contained in:
2023-03-24 11:37:57 -04:00
parent 845eddafd4
commit 97c5d07f6c
2 changed files with 19 additions and 1 deletions

View File

@@ -3,5 +3,7 @@ include config.mk
all: src/main.c
$(CC) $(CFLAGS) $(LDFLAGS) src/main.c -o src/ecrypt
install: src/ecrypt
install: src/ecrypt man/ecrypt.1
install src/ecrypt $(PREFIX)/bin
install -g 0 -o 0 -m 0644 man/ecrypt.1 /usr/local/man/man1
gzip /usr/local/man/man1/ecrypt.1