--- a/tests/genericmake/project_files/Makefile Thu Feb 16 14:34:40 2017 +0500
+++ b/tests/genericmake/project_files/Makefile Thu Feb 16 14:35:12 2017 +0500
@@ -9,5 +9,5 @@
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
-%o : %c
+%.o: %.c
@echo "* Would compile $< -> $@"