Use unified makefile for building
This commit is contained in:
parent
a24682f3d4
commit
5578fb9fdf
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user