diff options
Diffstat (limited to 'lib/fonts/Makefile')
-rw-r--r-- | lib/fonts/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/fonts/Makefile b/lib/fonts/Makefile new file mode 100644 index 000000000..5693ee054 --- /dev/null +++ b/lib/fonts/Makefile @@ -0,0 +1,6 @@ +symbol.hs: symbol.txt + runghc parseUnicodeMapping.hs symbol.txt + +.PHONY: clean +clean: + -rm symbol.hs |