From bce6e5dfbeff23d6701b6fc4c159cefcfb0006ea Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Tue, 5 Jun 2012 21:07:23 +0100 Subject: Changed system() to rename() and moved temp file to local dir --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72594d9..677ba6a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -Wextra -O3 +CFLAGS=-Wall -Wextra encrypt: encrypt.c gcc ${CFLAGS} ${EFLAGS} -o $@ $^ @@ -7,7 +7,7 @@ install: cp encrypt /usr/local/bin/encrypt uninstall: - rm /usr/local/bin/sc-encrypt + rm /usr/local/bin/encrypt clean: rm encrypt -- cgit v1.2.3