CC = gcc
CFLAGS = -g -pthread 

PROGRAMS = barbeiro barbeiros danilo-erika esqueleto-barbeiro

all: $(PROGRAMS)

clean:
	rm -f *.o *~ $(PROGRAMS)