tests/genericmake/project_files/Makefile
changeset 1542 0535a6b50534
parent 1387 435965ca8b63
--- 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 $< -> $@"