comparison TOOLS/netstream/Makefile @ 22631:080a021716c1

Remove nonsensical unused rules.
author diego
date Sat, 17 Mar 2007 00:00:34 +0000
parents b91b0d034733
children 27ff16fa6481
comparison
equal deleted inserted replaced
22630:d19879cbd5cc 22631:080a021716c1
41 41
42 $(CC) $(CFLAGS) netstream.o -o netstream $(DEPS) 42 $(CC) $(CFLAGS) netstream.o -o netstream $(DEPS)
43 43
44 clean: 44 clean:
45 rm -f *.o *.a *~ 45 rm -f *.o *.a *~
46
47 distclean: clean
48 rm -f .depend test
49
50 dep depend:
51 $(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
52
53 -include .depend