commit 5b8b2bf1476f25adf89fdd439144cfee3ee7186b parent b6d66746d2680e1cc60a4eef54ba86ed559b8f37 Author: Henry Wilson <henry@henryandlizzy.uk> Date: Fri, 5 Aug 2022 16:31:06 +0100 Fix incorrect .PHONY target Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -24,4 +24,4 @@ pulse-async-client: -lpulse pulse-simple-client: -lpulse-simple -lm alsa-simple: -lasound -.PHONY: clean all all-c all-cpp +.PHONY: clean all all-c all-c++