mult_timer/Makefile

7 lines
83 B
Makefile

all: timer.c test.c
gcc test.c timer.c -pthread -o timer -Wall
clean:
rm timer