This website works better with JavaScript.
Home
Explore
Help
Sign In
Ledda
/
djstdlib
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Standard setup for writing C inspired by Casey Muratori, Ryan Fleury, Mr. 4th Programmer, and others in the handmade community.
9
Commits
1
Branch
119 KiB
C++
92.9%
Batchfile
4.9%
C
1.9%
Shell
0.3%
Branch:
master
djstdlib
/
build
4 lines
85 B
Raw
Permalink
Blame
History
#!/bin/bash
g++ -g -g3 -lm -DOS_LINUX=1 -DENABLE_ASSERT=1 ./app.cpp -o ./target/app