Files
lammps/txt2html/Makefile
Axel Kohlmeyer 4cac69f0bf add build system.
2010-05-21 17:31:40 -04:00

14 lines
151 B
Makefile

#
#
CXXFLAGS=-O
txt2html: txt2html.cpp
$(CXX) -o $@ $(CXXFLAGS) $^
install: txt2html
cp -pv $^ $(HOME)/bin/
clean:
rm -f txt2html txt2html.o *~