foxp/Makefile

4 lines
77 B
Makefile

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