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)