commit 0d6915a325e861bc1b0610b5c535a06ab1d6f9b8 parent 621391141da7b27eb937bd594adaef5cc7ad53c6 Author: Robert Russell <robertrussell.72001@gmail.com> Date: Tue, 30 Aug 2022 11:41:24 -0700 Remove unused PHONY target from Makefile Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -29,5 +29,5 @@ uninstall: clean: rm -f vhidkb -.PHONY: sgid install install-sgid uninstall clean +.PHONY: install install-sgid uninstall clean