From f91a7f57b8e7cfcf91ea5063a744277353e4c216 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 21 Nov 2023 08:47:42 +0300 Subject: [PATCH] Makefile : add install. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bd73849 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +steam = /var/mnt/storage/hot/media/steam +game = $(steam)/steamapps/common/Team\ Fortress\ 2 +cfg = $(game)/tf/cfg + +.PHONY: install +install: + cp -r ./cfg/* $(cfg)