fixed wrong dependency for make target

This commit is contained in:
mazunki 2021-09-18 01:20:16 +02:00
parent 5f083193e4
commit 13239417d8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ install: build
run: build
./build/waybar
debug-run: build
debug-run: build-debug
./build/waybar --log-level debug
clean: