diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:53:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 12:53:47 +0400 |
commit | 9f2de37ee870fbf277287df52a4d91bbd697a7f7 (patch) | |
tree | 1027d2461ab3c43d519e381823a485bdf456aead /Sourcedeps | |
parent | 3187279b87aa704c2bc3fc79153b75804cfd3802 (diff) |
refactor(makefile): Move contents of Soucedeps into makefile and simplify targets
- Explicitly defined dependencies and install commands for software and fonts.
- Sourcedeps removed.
- Added `sync` to install tarballs from source.
- Added `fullcheck` to check optional dependencies.
- Run check before installing desktop files to make sure that build dependencies exist.
Diffstat (limited to 'Sourcedeps')
-rw-r--r-- | Sourcedeps | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Sourcedeps b/Sourcedeps deleted file mode 100644 index 1004d15..0000000 --- a/Sourcedeps +++ /dev/null @@ -1,13 +0,0 @@ -$(DMENU): $(DMENU).tar.gz -$(DWM): $(DWM).tar.gz -$(SLSTATUS): $(SLSTATUS).tar.gz -$(ST): $(ST).tar.gz -$(FONT1): $(FONT1).tar.gz -$(FONT2): $(FONT2).tar.gz - -dmenu-install: $(DMENU) -dwm-install: $(DWM) -slstatus-install: $(SLSTATUS) -st-install: $(ST) -font1-install: $(FONT1) -font2-install: $(FONT2) |