init cmd utility
This commit is contained in:
parent
3a14a03f3a
commit
853c9ed2d7
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
main:
|
||||
@-echo pass
|
||||
g++ -I lib/ src/setopt.cpp -o setopt
|
||||
|
||||
test: test_template test_compile
|
||||
|
||||
|
24674
lib/json.hpp
Normal file
24674
lib/json.hpp
Normal file
File diff suppressed because it is too large
Load Diff
7
src/setopt.cpp
Normal file
7
src/setopt.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <json.hpp>
|
||||
#include "setopt.hpp"
|
||||
|
||||
signed main(){
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user