CC=gcc CXX=g++ all: test test: a.o test.o $(CXX) -o $@ $^ clean: rm -f *.o test