From: Aidan Date: Wed, 27 Mar 2019 00:32:08 +0000 (-0600) Subject: Changed Makefile to also complie when running install. X-Git-Url: https://git.armaanb.net/?p=dwmblocks.git;a=commitdiff_plain;h=86f2909ba677deff0a6345cafb7061cf75301a23 Changed Makefile to also complie when running install. --- 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