Files
2020-05-21 18:38:49 -07:00

7 lines
93 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS := -std=c99
ENABLE_THREADS := YES
include Makefile.rules