From 83e5874adf9762508de240397f8c68503c94aca7 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 16 Feb 2018 22:02:15 +0100 Subject: Update Makefile to pass arguments to cmake --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7540484..88e31ec 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,8 @@ java: runjava: java gradle run - cpp: - cmake --build build + cmake --build build -- $(filter-out $@,$(MAKECMDGOALS)) runcpp: cpp ./build/exe/main/main -- cgit v1.2.1