7 lines
99 B
Makefile
7 lines
99 B
Makefile
|
|
|
||
|
|
build:
|
||
|
|
cc main.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -o breakout
|
||
|
|
|
||
|
|
run: build
|
||
|
|
./breakout
|