Files
wpylib/math/stats/Makefile
wirawan 428b481b87 * Added initial support for errorbar object, which includes
compression-to-string (ad hoc implementation is written in C++ with the
  help of my cp.inc library, unfortunately).
2010-10-19 20:19:25 +00:00

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)