PAR = -m32
# -static

main: rs12

rs12: rs12.c
	gcc $(PAR) -o rs12 rs12.c

clean:
	rm rs12

copy:
ifdef UTT_BIN_DIR
	cp rs12 ${UTT_BIN_DIR}
endif
