From 5471122079b9e882917c148fa443024d3918ddec Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Mon, 11 Apr 2016 12:31:51 +0300 Subject: [build] run-*glfw-app should depend on glfw-app --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b54a86a0a7..273dcd12e3 100644 --- a/Makefile +++ b/Makefile @@ -135,11 +135,11 @@ glfw-app: $(RUN) Makefile/glfw-app .PHONY: run-glfw-app -run-glfw-app: +run-glfw-app: glfw-app $(RUN) run-glfw-app .PHONY: run-valgrind-glfw-app -run-valgrind-glfw-app: +run-valgrind-glfw-app: glfw-app $(RUN) run-valgrind-glfw-app .PHONY: test -- cgit v1.2.1