Use unified makefile for building

This commit is contained in:
Kuba Winnicki 2017-02-16 15:02:10 +01:00
parent a24682f3d4
commit 5578fb9fdf

View File

@ -317,7 +317,7 @@ void sync_save_tracks(const struct sync_device *d)
char path[1024]; char path[1024];
getcwd(path, 1024); getcwd(path, 1024);
dprintf(2, "making in %s...\n", path); 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) else if (i > 0)
{ {