INITIAL COMMIT
This commit is contained in:
12
example_build
Executable file
12
example_build
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
INCLUDE=" \
|
||||
-Ialiases \
|
||||
-Icpath/include \
|
||||
-Idstr/include \
|
||||
"
|
||||
|
||||
SRC=" \
|
||||
cpath/src/*.c \
|
||||
dstr/src/*.c \
|
||||
"
|
||||
Reference in New Issue
Block a user