snezzy/spencer/mcbs

8 lines
88 B
Plaintext
Raw Permalink Normal View History

2022-02-02 12:49:45 -08:00
SOURCES=main.c
OUTPUT=spctest
2022-02-17 12:27:47 -08:00
FLAGS='-I. -O3'
warn() {
FLAGS="$FLAGS -Wall -Wextra"
}