mirror of
https://github.com/theKapcioszek/fremen-transcriptor.git
synced 2025-04-16 10:37:55 +02:00
3 lines
146 B
Makefile
3 lines
146 B
Makefile
fremen: ./src/main.c
|
|
cc -o fremen src/main.c -I./raylib/raylib-5.0_linux_amd64/include -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm
|