config.mk 133 B

12345678
  1. # See LICENSE file for copyright and license details.
  2. PREFIX = /usr/local
  3. CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
  4. CC = cc