.PHONY := all build run all: build run build: fpc -odiag diag.pas fpc -odiag2 diag2.pas run: ./diag ./diag2