[hackers] [svkbd] Makefile: add target .PHONY back || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Fri, 29 May 2020 16:13:25 +0200 (CEST)

commit 2d1f9177b86b57691c975313948556e40140fcf6
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Fri May 29 16:12:46 2020 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri May 29 16:12:46 2020 +0200

    Makefile: add target .PHONY back
    
    Whoops, forgot to add it in the refactor.

diff --git a/Makefile b/Makefile
index a07facd..f719e1e 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -65,4 +65,4 @@ uninstall:
         rm -f ${DESTDIR}${PREFIX}/bin/${NAME}-??
         rm -f ${DESTDIR}${MANPREFIX}/man1/${MAN1}
 
-.PHONY: all clean dist install uninstall
+.PHONY: all clean dist options install uninstall
Received on Fri May 29 2020 - 16:13:25 CEST

This archive was generated by hypermail 2.3.0 : Fri May 29 2020 - 16:24:34 CEST