From d6bf11f104a6f4326b7efab308228949cbcf601e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 23 Oct 2024 12:49:33 +0200 Subject: checkpoint --- bin/extra/gccg | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/extra/gccg (limited to 'bin/extra/gccg') 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} $@ -- cgit v1.2.3