aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ec4d8a5..1037283 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,10 @@
CC = gcc
-CFLAGS = -Wall -Werror -O2
+CFLAGS = -Wall -O2
all: ltrace
clean:
rm -f ltrace ltrace.o
-dist:
- make clean
+dist: #clean
( cd .. ; tar zcvf ltrace2-`date +%y%m%d`.tgz ltrace2 )