build: clean
	fpc -Fu../../package helloworld.pas

clean:
	rm -f helloworld
	rm -f *.ppu
	rm -f *.o
