pash/Makefile

6 lines
82 B
Makefile
Raw Normal View History

2022-12-22 15:28:52 -06:00
include config.mk
2022-06-18 15:57:51 -05:00
install:
2022-12-22 15:28:52 -06:00
mkdir -p $(DESTDIR)/bin
install pash $(DESTDIR)/bin