miller/c/cmake

12 lines
338 B
Bash
Executable file

#!/bin/bash
export CCOPT="clang -std=gnu99 -I. -I.. -Wall -Werror -O3 -lm"
export CCDEBUG="clang -std=gnu99 -I. -I.. -Wall -Werror -g -lm"
export DSLCC="clang"
#export DSLCFLAGS="-I.. -Wall -O2"
export DSLCFLAGS="-I.. -Wall -O2 -g"
make -e -f Makefile.no-autoconfig -C dsls clean
make -e -f Makefile.no-autoconfig mlr mlrg