diff options
| author | bard <[email protected]> | 2024-05-31 16:01:49 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-31 16:01:49 -0400 |
| commit | 8aa290ce1d935d1206c875f7c2483180cbc42763 (patch) | |
| tree | 0380849e89ba3237ab05583de96d0950deae880d /dwm/Repositories/luke-dwmblocks/Makefile | |
| parent | 8f0231d5f45adf980717ea1453a92d05f7093c74 (diff) | |
move to another repo
Diffstat (limited to 'dwm/Repositories/luke-dwmblocks/Makefile')
| -rw-r--r-- | dwm/Repositories/luke-dwmblocks/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dwm/Repositories/luke-dwmblocks/Makefile b/dwm/Repositories/luke-dwmblocks/Makefile deleted file mode 100644 index 5cfbb5a..0000000 --- a/dwm/Repositories/luke-dwmblocks/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.POSIX: - -PREFIX = /usr/local -CC = gcc - -dwmblocks: dwmblocks.o - $(CC) dwmblocks.o -lX11 -o dwmblocks -dwmblocks.o: dwmblocks.c config.h - $(CC) -c dwmblocks.c -clean: - rm -f *.o *.gch dwmblocks -install: dwmblocks - mkdir -p $(DESTDIR)$(PREFIX)/bin - cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin - chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks -uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks - -.PHONY: clean install uninstall |
