snezzy/spencer/mcbs

8 lines
88 B
Plaintext

SOURCES=main.c
OUTPUT=spctest
FLAGS='-I. -O3'
warn() {
FLAGS="$FLAGS -Wall -Wextra"
}