Add dist to PHONY - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 702a5592b8309cc3c91fc562fcfff0b4f58fb2f0 | |
parent 2607a5b064c08f659e08043ec647eb0ff303e07b | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Thu, 16 Apr 2020 21:24:41 +0200 | |
Add dist to PHONY | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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 |