diff options
| author | Miguel <m.i@gmx.at> | 2018-10-14 22:36:16 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-14 22:36:16 +0200 |
| commit | 2a6690e9fd53a02613796764248006e06ac482d6 (patch) | |
| tree | ea3063ef3ecd0808e9291faf6c56949d91b1b09e /userspace/fonts/Makefile | |
| parent | 5aeab1c853e487aa0042d5c32200d623efe908d3 (diff) | |
ported vim et al
Diffstat (limited to 'userspace/fonts/Makefile')
| -rw-r--r-- | userspace/fonts/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/userspace/fonts/Makefile b/userspace/fonts/Makefile index 31dfb20..dad4df7 100644 --- a/userspace/fonts/Makefile +++ b/userspace/fonts/Makefile @@ -7,9 +7,7 @@ FONT_SRC=$(wildcard ./*.src) FONT_BIN=$(patsubst %.src, %.bin, $(FONT_SRC)) -all: +all: $(FONT_BIN) clean: - -rm binfont.bin - -rm binfont_v2.bin - -rm tinyfont.bin + -rm $(FONT_BIN) |
