comparison libmenu/Makefile @ 21080:618d1857f4c4

Unify dep/depend targets.
author diego
date Mon, 20 Nov 2006 11:18:01 +0000
parents ac69ba536915
children 68df3b19a160
comparison
equal deleted inserted replaced
21079:a09d28771d0c 21080:618d1857f4c4
36 rm -f *.o *.a *~ 36 rm -f *.o *.a *~
37 37
38 distclean: clean 38 distclean: clean
39 rm -f .depend 39 rm -f .depend
40 40
41 dep: depend 41 dep depend:
42
43 depend:
44 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend 42 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
45 43
46 # 44 #
47 # include dependency files if they exist 45 # include dependency files if they exist
48 # 46 #