default: test

test: 
	ldpl -i=hello.cpp -o=hello hello.ldpl
	./hello

clean:
	rm -f hello.{o,a} hello-bin hello
