From 4a69fcde900f9a227906f255c728071303bf5b46 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 28 Jun 2025 00:31:01 +0400 Subject: refactor(makefile): full, check and fullcheck targets removed --- Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78396b3..9f97c53 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,7 @@ DIRECTORIES = $(BINDIR) $(CONFDIR) $(FONTDIR) COPY = cp -r LINK = ln -sf -all: config $(DIRECTORIES) scripts - -full: all desktop +all: config $(DIRECTORIES) scripts desktop desktop: $(INSTALL_TARGETS) @@ -106,12 +104,6 @@ font1-install font2-install: $(COPY) $$(basename $< .tar.gz) $(FONTDIR) fc-cache -check: - @./dep.sh - -fullcheck: - @./dep.sh --optional - dist: clean mkdir -p slcf/ cp -R config distros scripts dep.sh Makefile README slcf/ @@ -121,6 +113,6 @@ dist: clean clean: rm -rf slcf/ slcf.tar.gz $(ARCHIVE) $(FONTS) $(SOFTWARE) -.PHONY: all arch-linux check clean config desktop directory dist \ - fonts full fullcheck git scripts server sync \ +.PHONY: all arch-linux clean config desktop directory dist \ + fonts git scripts server sync \ $(INSTALL_TARGETS) -- cgit v1.2.3