all: hello

hello: hello.c
	qcc -V gcc_ntoarmv7le hello.c -o hello

clean:
	rm -rf hello
