include ../Makefile.inc

all: 6_1 6_2

6_1: 
	$(CC) $(CFLAGS) -pthread -o 6_1 6_1.c
6_2: 
	$(CC) $(CFLAGS) -o 6_2 6_2.c
