commit 86f2909ba677deff0a6345cafb7061cf75301a23
parent ce861dd79800eb7ea429f54b3b38d7a05e44dd7b
Author: Aidan <torrinfail@gmail.com>
Date: Tue, 26 Mar 2019 18:32:08 -0600
Changed Makefile to also complie when running install.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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