5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
CFLAGS = -O9 -Wall -std=gnu99
|
||
|
LDFLAGS = -lrt
|
||
|
|
||
|
all: eratosthenes_1sec
|