7 lines
93 B
Makefile
7 lines
93 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -std=c99
|
|
|
|
ENABLE_THREADS := YES
|
|
|
|
include Makefile.rules
|