summaryrefslogtreecommitdiff
path: root/bin/extra/gccg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/extra/gccg')
-rwxr-xr-xbin/extra/gccg2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/extra/gccg b/bin/extra/gccg
new file mode 100755
index 0000000..89cc822
--- /dev/null
+++ b/bin/extra/gccg
@@ -0,0 +1,2 @@
+#!/bin/sh
+gcc -ggdb -Wall -pedantic -std=c99 -o ${1%.c} $@