commit testing files
This commit is contained in:
7
test/build.sh
Executable file
7
test/build.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
ctags ../args.h *.c *.cpp
|
||||
|
||||
clang main.cpp -g -Wall
|
||||
|
||||
clang main.c -std=c99 -g -Wall
|
||||
./a.out
|
||||
Reference in New Issue
Block a user