parent
796595aaa6
commit
dfebd9cbe9
@ -1,5 +1,5 @@ |
||||
#Compiles the entire program then runs it, producing an executable. |
||||
#C |
||||
if gcc $(find . -type f -name "*.c") ${BUILD_OPTIONS} -o ${PROJECT_NAME}; then |
||||
if gcc $(find . -type f -name "*.c") ${CUSTOM_PARAMS} -o ${PROJECT_NAME}; then |
||||
./${PROJECT_NAME} |
||||
fi |
@ -0,0 +1,2 @@ |
||||
build.sh |
||||
commit.sh |
@ -0,0 +1,2 @@ |
||||
build.sh:f45ca23009917e0d50d19bd17e312fc0 - |
||||
commit.sh:89783d2e6a165aa9612c79cfbd804a35 - |
@ -1,9 +1,9 @@ |
||||
export AUTO_UPDATE=false |
||||
export AUTO_UPDATE=true |
||||
|
||||
source utils/define.sh |
||||
|
||||
define PROJECT_NAME "CProjectTemplate" |
||||
define BUILD_OPTIONS "-lncurses" |
||||
define CUSTOM_PARAMS "-lncurses" |
||||
define LANGUAGE "C" |
||||
|
||||
source utils/main.sh |
@ -1,3 +1,4 @@ |
||||
Java/ |
||||
C/ |
||||
scripts/ |
||||
utils/ |
Loading…
Reference in new issue