My tools of the trade for python programming.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $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)
|
|
|