Makefile changes related to watch

This commit is contained in:
Imbus 2024-02-29 07:29:12 +01:00
parent 360689ce0c
commit 568fb0323e

View file

@ -20,7 +20,7 @@ run: build
./bin/server
watch: build
watchexec -w . -r make run
watchexec -c -w . -r make run
# Clean target
clean: