CPU-proj/interpr/Makefile
2024-07-27 21:49:56 +02:00

5 lines
62 B
Makefile

CFLAGS = -O2 -lm
CC = gcc
[all]:
${CC} src/main.c ${CFLAGS}