This commit is contained in:
2023-09-14 14:14:44 -04:00
commit 5b7f65ba34
5 changed files with 97 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
include config.mk
all:
@echo Run \'make install\'.
install:
install src/tsw $(PREFIX)/bin
install src/tsw.conf $(HOME)/.config