Added Astaroth 2.0
This commit is contained in:
4
acc/preprocess.sh
Executable file
4
acc/preprocess.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Preprocesses the give file using GCC. This script is usually automatically called in
|
||||
# ./compile.sh, but may be called also individually for debugging purposes.
|
||||
gcc -E -x c ${@} | sed "s/#.*//g"
|
Reference in New Issue
Block a user