tsw/Makefile

9 lines
132 B
Makefile
Raw Normal View History

2023-09-14 14:14:44 -04:00
include config.mk
all:
@echo Run \'make install\'.
install:
install src/tsw $(PREFIX)/bin
install src/tsw.conf $(HOME)/.config