From 66a85718cc68f44664714c247668ae016eef3d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wieczorek?= Date: Thu, 12 Aug 2021 08:44:12 +0200 Subject: [PATCH] Remove usage of PHONY in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1fa3c4d..90977ac 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -.PHONY: install - install: pip3 install -U -r requirements.txt cp bin/gitl.py /usr/local/bin/gitl