This website requires JavaScript.
Explore
Help
Sign In
doylet
/
Dqn
Watch
1
Star
0
Fork
0
You've already forked Dqn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
245e6b11f1
Dqn
/
makefile
4 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Get basics to compile & work in unix
2017-06-21 04:10:53 +00:00
all
:
dqn_unit_test
.
cpp
mkdir -p bin
Enable more warnings for unix, fix StrtoF32 bug
2017-06-21 04:54:57 +00:00
gcc -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror
Reference in New Issue
Copy Permalink