init: init.cpp
	g++ -g -Wall -o init init.cpp

clean:
	rm core init.o init

