chain.c32: minor stylistic cleanup
[syslinux.git] / codepage / Makefile
blob5495a6a7e37e05c52c8719e49fdd097ad1c32d7d
1 PERL = perl
2 CPSRC = $(wildcard *.txt)
3 GENFILES = $(patsubst %.txt,%.cp,$(CPSRC))
5 .SUFFIXES: .txt .cp
7 all: $(GENFILES)
9 %.cp: %.txt cptable.pl UnicodeData
10 $(PERL) cptable.pl UnicodeData $< $@
12 tidy:
13 rm -f *.cp *.bin
15 clean: tidy
17 dist: tidy
19 spotless: clean