diff -r 9be98ccfed97 -r 0535a6b50534 tests/genericmake/project_files/Makefile --- a/tests/genericmake/project_files/Makefile Wed Oct 12 17:53:18 2016 +0300 +++ b/tests/genericmake/project_files/Makefile Fri Oct 14 14:03:38 2016 +0300 @@ -9,5 +9,5 @@ some_binary: $(BEREMIZ_OBJS) @echo "* Would link $^ -> $@" -%o : %c +%.o: %.c @echo "* Would compile $< -> $@"