compression-to-string (ad hoc implementation is written in C++ with the help of my cp.inc library, unfortunately).
7 lines
177 B
Makefile
7 lines
177 B
Makefile
# $Id: Makefile,v 1.1 2010-10-19 20:19:25 wirawan Exp $
|
|
# Created: 20101007
|
|
# Wirawan Purwanto
|
|
|
|
compress_errorbars.exe: compress_errorbars.cc
|
|
$(CXX) -O2 -o $@ $^ -I$(WORK_DIR)
|