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

10 lines
99 B
Makefile
Raw Normal View History

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