CC=sparc-elf-gcc
CCOPT=-msoft-float -O3 -g 

all: greth_api.h greth.c greth_api.c
	$(CC) $(CCOPT) -o greth.exe greth_api.c greth.c 