CXXFLAGS := -Wall -g
# -Wall: enables 'all' Warnings
# -g: enables debugging

hello : hello.cpp
