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.
7 lines
177 B
7 lines
177 B
14 years ago
|
# $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)
|