
parse.o: parse.cpp parse.hpp
	g++3 -Wall -pedantic -c parse.cpp -o parse.o -I.. -I../Toolbox -I../UKernel

clean:
	rm -f *.o
