Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- gcc \
- -o hello \
- -I include \
- -lglfw \
- src/*.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement