From 8330cef7c4e11024d66a3db37bb9b0f22429fbec Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Tue, 5 Jun 2012 19:42:32 +0100 Subject: SimpleCrypt 0.3 (copied in for historical reasons) --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df7fbd6..72594d9 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,13 @@ CFLAGS=-Wall -Wextra -O3 -all: - make encrypt - make decrypt - encrypt: encrypt.c - gcc ${CFLAGS} -o $@ $^ -decrypt: decrypt.c - gcc ${CFLAGS} -o $@ $^ + gcc ${CFLAGS} ${EFLAGS} -o $@ $^ install: cp encrypt /usr/local/bin/encrypt - cp decrypt /usr/local/bin/decrypt uninstall: rm /usr/local/bin/sc-encrypt - rm /usr/local/bin/sc-decrypt clean: rm encrypt - rm decrypt -- cgit v1.2.1