From 78379b172ea492d7ead81f89c209d8adaf6a83a1 Mon Sep 17 00:00:00 2001 From: Brian Tierney Date: Fri, 20 Nov 2009 23:27:54 +0000 Subject: [PATCH] more Makefile updates --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 7092389..93bfdbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ profile: iperf $(CC) -pg -o iperf-profile $(OBJS) dist: - make clean ; cd .. ; tar cvfz iperf3.0a2.tar.gz iperf3 --exclude .svn; cd iperf3 + make clean ; cd .. ; tar cvfz iperf3.0a3.tar.gz iperf3 --exclude .svn; cd iperf3 test: t_timer t_units t_uuid ./t_timer @@ -33,4 +33,4 @@ t_uuid: uuid.o t_uuid.o $(CC) -o t_uuid uuid.o t_uuid.o clean: - rm -f *.o iperf iperf-profile t_timer t_units t_uuid + rm -f *.o iperf iperf-profile t_timer t_units t_uuid *.gz iperf3 *.BAK *~