Commit Diff
--- Makefile +++ Makefile @@ -1,5 +1,6 @@ .POSIX: +PREFIX = /usr/local LDFLAGS = -g -no-pie all: rvforth @@ -22,5 +23,6 @@ test: rvforth clean: rm -f rvforth *.core - - +install: rvforth + mkdir -p ${DESTDIR}${PREFIX}/bin + cp -f rvforth ${DESTDIR}${PREFIX}/bin/