Makefile 93 Bytes Raw Blame History Permalink 1 2 3 4 5 6 C_SOURCES := main.c CFLAGS_EXTRAS := -std=c99 ENABLE_THREADS := YES include Makefile.rules