score, points, collisions and unstable map
This commit is contained in:
parent
63e458ca68
commit
45a160fcaa
8 changed files with 90 additions and 48 deletions
2
makefile
2
makefile
|
|
@ -10,7 +10,7 @@ build/linux/raylib-test-linux-debug: $(FILES)
|
|||
|
||||
build/linux/raylib-test-linux-release: $(FILES)
|
||||
mkdir -p build/linux
|
||||
$(CP) $(FILES) $(CFLAGS) -o build/linux/raylib-test-linux-release
|
||||
$(CP) $(FILES) $(CFLAGS) -O3 -o build/linux/raylib-test-linux-release
|
||||
|
||||
release: build/linux/raylib-test-linux-release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue