7 lines
179 B
Makefile
7 lines
179 B
Makefile
|
BINDIR=$(HOME)/bin/
|
||
|
|
||
|
ALLSCRIPT= getvalue getlines nltoblank blanktonl foreachfile calc sspp chl minload node pollmach fixeol lookup
|
||
|
|
||
|
install:
|
||
|
../../safecp $(ALLSCRIPT) $(BINDIR)
|