Loading core/main.mk +8 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,13 @@ endif # this turns off the suffix rules built into make .SUFFIXES: # this turns off the RCS / SCCS implicit rules of GNU Make % : RCS/%,v % : RCS/% % : %,v % : s.% % : SCCS/s.% # If a rule fails, delete $@. .DELETE_ON_ERROR: Loading Loading
core/main.mk +8 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,13 @@ endif # this turns off the suffix rules built into make .SUFFIXES: # this turns off the RCS / SCCS implicit rules of GNU Make % : RCS/%,v % : RCS/% % : %,v % : s.% % : SCCS/s.% # If a rule fails, delete $@. .DELETE_ON_ERROR: Loading