index
:
factory-game
master
My attempt at making a voxel based game centered around building factories and complex mechanisms
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: b80c5232f6b1b34fb61aa1ed57084d26abcc76f0 (
plain
)
1
2
3
4
5
6
build
:
gcc
src/*.c
-std
=
c99
-lm
-lraylib
-o
game
run
:
./game
clean
:
rm
./game