foxp/Makefile

4 lines
86 B
Makefile

all:
mkdir -p bin/
$(CC) -o bin/foxpc -O2 -Wall -Wextra -Wpedantic -std=c99 src/*.c