all:	gusload midithru

gusload: gusload.c
	$(CC) -o gusload gusload.c

midithru: midithru.c
	$(CC) -o midithru midithru.c

clean:
	rm -f gusload gustest gmod midithru *.o
