Skip to content

Commit

Permalink
Update .replit
Browse files Browse the repository at this point in the history
  • Loading branch information
tehtnaz committed Dec 11, 2021
1 parent cb95cdb commit 09119eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .replit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
language = "bash"
run = "cc main.c src/*.c info.res -o sandwich -O3 -Wall -std=c99 -Wno-missing-braces -I include/4.0-linux/ -I src/include/ -L lib/4.0/ -lraylib -lGL -lm -lpthread -ldl -lrt -lX11; ./sandwich"
run = "cc main.c src/*.c info.res -o sandwich -O3 -Wall -std=c99 -Wno-missing-braces -I include/4.0/ -I src/include/ -L lib/4.0-linux/ -lraylib -lGL -lm -lpthread -ldl -lrt -lX11; ./sandwich"

0 comments on commit 09119eb

Please sign in to comment.