all:
	g++ init_display.cpp -o init_display -lclanCore

clean:
	@rm -f init_display 