mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
symbol.hs: symbol.txt
|
|
runghc parseUnicodeMapping.hs symbol.txt
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
-rm symbol.hs
|