summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-05-16 20:30:47 -0400
committerrealtradam <[email protected]>2022-05-16 20:30:47 -0400
commitd930066a204df290db6f7dcdd6d9ca890ec2f2f1 (patch)
tree28ebdeb853a84da3bb3f2209c913c2d807b3fca7 /Makefile
parent6505c7d7390974a61bb7d23038184bf06d8f91c6 (diff)
downloadraylib-DrawTexturePro-interactive-demo-d930066a204df290db6f7dcdd6d9ca890ec2f2f1.tar.gz
raylib-DrawTexturePro-interactive-demo-d930066a204df290db6f7dcdd6d9ca890ec2f2f1.zip
added origin markers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db9308f..aec7883 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
desktop:
- zig cc -target native main.c -o game -lGL -lm -lpthread -ldl -lrt -lX11 -Iraylib/src -Iraygui/src raylib/src/libraylib.a && ./game
+ zig cc -target native main.c -o game -lGL -lm -lpthread -ldl -lrt -lX11 -Iraylib/src -Iraygui/src lib/tux/libraylib.a && ./game
web:
- emcc -Os -Wall main.c -o game -Iraylib/src -Iraygui/src raylib/src/libraylib.a -o output/index.html -s USE_GLFW=3 -DPLATFORM_WEB --shell-file raylib/src/minshell.html -s TOTAL_MEMORY=268435456 -s ASYNCIFY --preload-file ./assets
+ emcc -Os -Wall main.c -o game -Iraylib/src -Iraygui/src lib/web/libraylib.a -o output/index.html -s USE_GLFW=3 -DPLATFORM_WEB --shell-file raylib/src/minshell.html -s TOTAL_MEMORY=268435456 -s ASYNCIFY --preload-file ./assets