hello/Makefile

8 lines
76 B
Makefile

CFLAGS = -g -Wall -std=gnu11
LDFLAGS = -lrt
timethem:
clean:
rm timethem