diff options
-rw-r--r-- | codepage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codepage/Makefile b/codepage/Makefile index 70e2cf06..ac0b234d 100644 --- a/codepage/Makefile +++ b/codepage/Makefile @@ -13,5 +13,7 @@ clean: dist: tidy +spotless: clean + %.bin: %.txt cptable.pl UnicodeData $(PERL) cptable.pl UnicodeData $< $@ |