summaryrefslogtreecommitdiff
path: root/codepage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'codepage/Makefile')
-rw-r--r--codepage/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/codepage/Makefile b/codepage/Makefile
index ac0b234d..d426eaad 100644
--- a/codepage/Makefile
+++ b/codepage/Makefile
@@ -6,14 +6,14 @@ GENFILES = $(patsubst %.txt,%.bin,$(CPSRC))
all: $(GENFILES)
-tidy:
+%.bin: %.txt cptable.pl UnicodeData
+ $(PERL) cptable.pl UnicodeData $< $@
-clean:
+tidy:
rm -f $(GENFILES)
+clean: tidy
+
dist: tidy
spotless: clean
-
-%.bin: %.txt cptable.pl UnicodeData
- $(PERL) cptable.pl UnicodeData $< $@