more Makefile updates

This commit is contained in:
Brian Tierney 2009-11-20 23:27:54 +00:00
parent ca3ed92e2b
commit 78379b172e

View File

@ -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 *~