caps2esc:logo4alt

Interception tools plugin that maps caps->{esc,ctrl} and logo<->alt
git clone git://git.deurzen.net/caps2esc:logo4alt
Log | Files | Refs | README | LICENSE

Makefile (326B)


      1 all: caps2esclogo4alt
      2 
      3 caps2esclogo4alt:
      4 	cmake -S . -B build
      5 	make -C build
      6 
      7 release:
      8 	cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
      9 	make -C build
     10 
     11 install:
     12 	make -C build install
     13 
     14 test: caps2esclogo4alt
     15 	ctest --verbose --test-dir build
     16 
     17 .PHONY: clean
     18 clean:
     19 	@rm -rf ./tags
     20 	@rm -rf ./build
     21 	@rm -f ./include/protocols/*