diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-19 10:42:51 -0500 |
| commit | 120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch) | |
| tree | 8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/dwmblocks/Makefile | |
| parent | e2dbb81b9144fd8be2eb89617db38fd361079fed (diff) | |
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/dwmblocks/Makefile')
| -rw-r--r-- | sd/dwmblocks/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sd/dwmblocks/Makefile b/sd/dwmblocks/Makefile deleted file mode 100644 index ef43ef4..0000000 --- a/sd/dwmblocks/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PREFIX ?= /usr/local -CC ?= cc -LDFLAGS = -lX11 - -output: dwmblocks.c blocks.def.h blocks.h - ${CC} dwmblocks.c $(LDFLAGS) -o dwmblocks -blocks.h: - cp blocks.def.h $@ - - -clean: - rm -f *.o *.gch dwmblocks -install: output - mkdir -p $(DESTDIR)$(PREFIX)/bin - install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks -uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks |