Now you can change FPS at make.

This commit is contained in:
2023-11-10 12:57:08 -08:00
parent fe5cd908f8
commit 57395ff719
2 changed files with 16 additions and 4 deletions

View File

@@ -1,8 +1,19 @@
# Build
For MacOS:
`make`
```
make
```
# FPS
```
make DFLAGS="-D FPS=30"
```
For other platforms modify flags in the Makefile.
# Run
`./pingpong`
```
./pingpong
```