BUILD = ch-1 #ch-2 all: $(BUILD) clean: /bin/rm -f $(BUILD) *.o core a.out ch-1: ch-1.pas fpc ch-1.pas ch-2: ch-2.pas fpc ch-2.pas