# -*- file-coding-system: *sjis*unix; -*-

all: horbc.exe
	doit all
	javac -O -d ../../.. *.java

clean:
	doit clean
	-rm -f *~

fullclean: clean
	doit fullclean
	-rm -f *.class

test:

horbc.exe: horbc.cpp
	-$(CC) horbc.cpp
	-mv horbc.exe ..\..\bin
