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

clean:
	rm core char_ptr.o char_ptr

