This repository has been archived on 2024-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
tf2/Makefile

8 lines
164 B
Makefile
Raw Permalink Normal View History

2023-11-21 08:47:42 +03:00
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)