GCC=g++ all: bsa_file_test bsa_file_test: bsa_file_test.cpp ../bsa_file.cpp $(GCC) $^ -o $@