A window switching tool for sway
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
swayfocus/Makefile

19 lines
254 B

ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
all: release
.PHONY: clean
clean:
rm -f swayfocus
.PHONY: run
run:
crystal run src/swayfocus.cr
release:
crystal build --release --no-debug src/swayfocus.cr
install:
install swayfocus $(PREFIX)/bin/