Makefile : add install.

This commit is contained in:
Dmitry Voronin 2023-11-21 08:47:42 +03:00
parent 01a986fb91
commit f91a7f57b8

7
Makefile Normal file
View file

@ -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)