include ../../config/arm-wince.inc

all: hello.exe

hello.exe: hello.o
	$(CC) $< -o $@

install: hello.exe
	cp hello.exe ~/.wine/drive_c/sdcard

