CC = gcc CFLAGS = -Wall -pedantic -g -l pthread PROGRAMS = desempate desempate3-bug desempate3 \ camp4 dekkerN outro-dekkerN all: $(PROGRAMS) clean: rm -f *.o *~ *.aux *.log *.dvi $(PROGRAMS)