CXXFLAGS := -Wall -g

# -Wall : enable all warnings
# -g    : enable debugging

hello : hello.cpp
