force clean

This commit is contained in:
Luke Smith 2020-04-08 11:06:01 -04:00
parent 89fe73de09
commit d783168bb1
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -5,7 +5,7 @@ output: dwmblocks.o
dwmblocks.o: dwmblocks.c config.h
gcc -c -lX11 dwmblocks.c
clean:
rm *.o *.gch dwmblocks
rm -f *.o *.gch dwmblocks
install: output
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin