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

clean:
	rm core shift.o shift

