From 5578fb9fdf41406d642b478c10c1a33a26ceff38 Mon Sep 17 00:00:00 2001 From: Kuba Winnicki Date: Thu, 16 Feb 2017 15:02:10 +0100 Subject: [PATCH] Use unified makefile for building --- lib/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/device.c b/lib/device.c index fe3d766..1d4228d 100644 --- a/lib/device.c +++ b/lib/device.c @@ -317,7 +317,7 @@ void sync_save_tracks(const struct sync_device *d) char path[1024]; getcwd(path, 1024); dprintf(2, "making in %s...\n", path); - execv("/usr/bin/make", (char *[]){ "make", "-f", "Makefile.demo", "run_kick", NULL }); + execv("/usr/bin/make", (char *[]){ "make", "run_kick", NULL }); } else if (i > 0) {