Add Makefile for old linux variants
GCC on Debian 7 is still C89 by default and it needs an extra library for clock_gettime.
This commit is contained in:
parent
f7da49b0c0
commit
adb572a176
|
@ -0,0 +1,4 @@
|
|||
CFLAGS = -O9 -Wall -std=gnu99
|
||||
LDFLAGS = -lrt
|
||||
|
||||
all: eratosthenes_1sec
|
Loading…
Reference in New Issue