LEVEL = ../../make

CXX_SOURCES := secondprog.cpp
EXE = secondprog

include $(LEVEL)/Makefile.rules
