refactor: restructure the project
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
# used to generate the demos for all languages
|
||||
|
||||
demo_gen: _tools/demo_gen.c
|
||||
gcc -Wall -Wextra -pedantic -I./_raylib-5.5_linux_amd64/include $^ -o $@ -L./_raylib-5.5_linux_amd64/lib -l:libraylib.a -lm
|
||||
demo_gen: tools/demo_gen.c
|
||||
gcc -Wall -Wextra -pedantic -I./third_party/raylib-5.5_linux_amd64/include $^ -o $@ -L./third_party/raylib-5.5_linux_amd64/lib -l:libraylib.a -lm
|
||||
|
||||
.PHONY: run
|
||||
run: demo_gen
|
||||
|
||||
Reference in New Issue
Block a user