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

clean:
	rm core sheep.o sheep

