diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-23 12:49:33 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-23 12:49:33 +0200 |
commit | d6bf11f104a6f4326b7efab308228949cbcf601e (patch) | |
tree | 4478eedc399a962ba149ff512a9a26839d0f1e58 /bin/extra/gccg | |
parent | 56bbfce22cc0f0b567f650167f82ce3f7d90e625 (diff) |
checkpoint
Diffstat (limited to 'bin/extra/gccg')
-rwxr-xr-x | bin/extra/gccg | 2 |
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} $@ |