redis-auth/Makefile

12 lines
97 B
Makefile
Raw Permalink Normal View History

2022-05-08 12:20:16 +00:00
default: all
.DEFAULT:
cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install