comparison Makefile.gen @ 177:fdc771411795

Makefile $(RM) implies -f .. don't include the option in commands.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 07:54:38 +0200
parents f265e7274a45
children 209546c5b7d0
comparison
equal deleted inserted replaced
176:f265e7274a45 177:fdc771411795
22 22
23 # 23 #
24 # Special targets 24 # Special targets
25 # 25 #
26 clean: 26 clean:
27 $(RM) -f $(TARGETS) $(OBJPATH)*.o 27 $(RM) $(TARGETS) $(OBJPATH)*.o
28 28
29 srcclean: clean 29 srcclean: clean
30 $(RM) -f *~ 30 $(RM) *~
31 31