From 86f2909ba677deff0a6345cafb7061cf75301a23 Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 26 Mar 2019 18:32:08 -0600 Subject: [PATCH] Changed Makefile to also complie when running install. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f6609c..05754f8 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ dwmblocks.o: dwmblocks.c blocks.h gcc -c -lX11 dwmblocks.c clean: rm *.o *.gch dwmblocks -install: +install: output mkdir -p /usr/local/bin cp -f dwmblocks /usr/local/bin -- 2.39.2