13 lines
121 B
Bash
Executable File
13 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
INCLUDE=" \
|
|
-Ialiases \
|
|
-Icpath/include \
|
|
-Idstr/include \
|
|
"
|
|
|
|
SRC=" \
|
|
cpath/src/*.c \
|
|
dstr/src/*.c \
|
|
"
|