Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PlatinumVoyager authored Mar 2, 2024
1 parent 0cb82d5 commit 595b55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This will let declaring the following define directive...
```c
#include "raylib.h"
```
...to work correctly, as quietweeper does not rely on static compilation pre-runtime.
...working correctly, as quietweeper does not rely on static compilation pre-runtime.

There is no associated `Makefile` within QuietWeeper's main directory as of version `1.2.2`. For now you will have to manually start the build process yourself via executing:
* `gcc -std=c11 quietweeper.c -o quietweeper -I./include -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -lcivetweb -s`
Expand Down

0 comments on commit 595b55b

Please sign in to comment.