1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/biology/psi88/files/Makefile.top
Satoshi Taoka d05574972e Plotting wavefunctions (molecular orbitals) in 3D
PR:             ports/8696
Submitted by:   Ryo MIYAMOTO rmiya@cc.hirosaki-u.ac.jp
1999-05-06 08:22:15 +00:00

10 lines
99 B
Makefile

all:
(cd src/ && make all)
install:
(cd src/ && make install)
clean:
(cd src/ && make clean)