diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-05 16:33:58 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-05 16:33:58 -0700 |
commit | 53b53c623abf64d4b3e56329e2b76aa765d73e3e (patch) | |
tree | 127d854480d8ab0b0dd2c7a154e8bdd3e5b429e6 | |
parent | a392e545be782be90ff8df5eaaff12e879fe6fa1 (diff) | |
download | syslinux.git-53b53c623abf64d4b3e56329e2b76aa765d73e3e.tar.gz syslinux.git-53b53c623abf64d4b3e56329e2b76aa765d73e3e.tar.xz syslinux.git-53b53c623abf64d4b3e56329e2b76aa765d73e3e.zip |
codepage: add "make spotless" target
-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 $< $@ |