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) {