Home | History | Annotate | Download | only in httping
      1 --- Makefile.org	Tue Feb 10 00:12:40 2009
      2 +++ Makefile	Tue Feb 10 00:57:19 2009
      3 @@ -23,7 +23,7 @@
      4  all: httping
      5  
      6  httping: $(OBJS)
      7 -	$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o httping
      8 +	$(CC) $(LDFLAGS) $(OBJS) -o httping
      9  	#
     10  	# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
     11  
     12