Add dist to PHONY - scroll - scrollbackbuffer program for st
HTML git clone git://git.suckless.org/scroll
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 702a5592b8309cc3c91fc562fcfff0b4f58fb2f0
DIR parent 2607a5b064c08f659e08043ec647eb0ff303e07b
HTML Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Thu, 16 Apr 2020 21:24:41 +0200
Add dist to PHONY
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -38,4 +38,4 @@ dist: clean
.c:
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< -lutil
-.PHONY: all install test clean distclean
+.PHONY: all install test clean distclean dist