Update Makefile
This commit is contained in:
parent
50be82a5f0
commit
17051862d5
7
Makefile
7
Makefile
@ -11,10 +11,11 @@ raylib:
|
||||
cmake --build raylib-build --config=Release
|
||||
cmake --install raylib-build --config=Release
|
||||
|
||||
no_dod: raylib
|
||||
wapp:
|
||||
cd wapp && python3 -m codegen
|
||||
|
||||
no_dod: raylib wapp
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) no_dod.c wapp/src/wapp.c -o no_dod
|
||||
|
||||
dod: raylib
|
||||
cd wapp && python3 -m codegen
|
||||
dod: raylib wapp
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) dod.c wapp/src/wapp.c -o dod
|
||||
|
Loading…
x
Reference in New Issue
Block a user