From 8d544d58af232e82c740cfcb271d20965020c133 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 21 May 2024 21:11:19 -0400 Subject: things --- src/web/lang/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/web/lang/Makefile (limited to 'src/web/lang/Makefile') diff --git a/src/web/lang/Makefile b/src/web/lang/Makefile deleted file mode 100644 index fd4ca9c..0000000 --- a/src/web/lang/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# -# en_CAT generator from en_US -# uwuify and awk required -# - -LANG_SRC = $(shell find en_US -type f) -LANG_OBJ = $(patsubst en_US/%,en_CAT/%,$(LANG_SRC)) - -.PHONY: all - -all: $(LANG_OBJ) - -$(LANG_OBJ): en_CAT/% : en_US/% - @printf "\033[35m UWU \033[0m%s\n" $< - @mkdir -p $(@D) - @./_bin/transpile.sh $< $@ - -clean: - @rm -fr "en_CAT" -- cgit v1.2.3-freya