X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=ctdlsh%2Fconfigure;fp=ctdlsh%2Fconfigure;h=53ee6cf58d39189c25e75faff730674d1f3b829b;hp=0000000000000000000000000000000000000000;hb=89a2875aac241bbb134094eb8e16f3e394693596;hpb=675f650fc3b919f398c4d0c5a5ce686c56e9771c diff --git a/ctdlsh/configure b/ctdlsh/configure new file mode 100755 index 000000000..53ee6cf58 --- /dev/null +++ b/ctdlsh/configure @@ -0,0 +1,12 @@ +#!/bin/sh + +echo +echo +echo Running the configure script to create config.mk +echo + +( + echo 'CFLAGS := -ggdb' + echo 'LDFLAGS :=' +) >config.mk +