53ee6cf58d39189c25e75faff730674d1f3b829b
[citadel.git] / ctdlsh / configure
1 #!/bin/sh
2
3 echo 
4 echo 
5 echo Running the configure script to create config.mk
6 echo
7
8 (
9         echo 'CFLAGS := -ggdb'
10         echo 'LDFLAGS :='
11 ) >config.mk
12