OPT = -O2
CFLAGS = -I../include

pack_file: pack_file.cpp
	g++ -std=c++11 -o $@ $(OPT) $(CFLAGS) $^
