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