commit f59a48da7d6b9fa862e835dafdd5e55138ea6bff parent 9171756652829ebc7b5ef1e1462b3f0740c0a0ba Author: Jochen Sprickerhof <git@jochen.sprickerhof.de> Date: Tue, 11 Feb 2020 19:22:05 +0100 make clean rm ptty Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ include config.mk all: scroll clean: - rm -f scroll + rm -f scroll ptty install: scroll cp scroll ${BINDIR}