CC = gcc
CFLAGS = -Wall -pedantic -g -l pthread

PROGRAMS = alternancia interesse dekker_bug dekker_bug_rc dekker dekkerN outro_dekkerN


all: $(PROGRAMS)

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