testapp.exe: testapp.c
	gcc $^ -o $@

clean:
	rm -f testapp.exe
