mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
Download font
This commit is contained in:
parent
3bb27877d9
commit
8fb84b8624
5
Makefile
5
Makefile
@ -99,9 +99,10 @@ endif
|
|||||||
default:
|
default:
|
||||||
$(error Please specify a target)
|
$(error Please specify a target)
|
||||||
|
|
||||||
# TODO: complete this
|
|
||||||
prepare:
|
prepare:
|
||||||
$(info Nothing to prepare)
|
rm -f ./files/ter-powerline-v12n.psf
|
||||||
|
wget https://raw.githubusercontent.com/powerline/fonts/master/Terminus/PSF/ter-powerline-v12n.psf.gz -P files
|
||||||
|
gzip -d files/ter-powerline-v12n.psf.gz
|
||||||
|
|
||||||
build: $(KERNEL_FILENAME)
|
build: $(KERNEL_FILENAME)
|
||||||
$(OBJDUMP) -D -d $(KERNEL_FILENAME) > kernel_dump.map
|
$(OBJDUMP) -D -d $(KERNEL_FILENAME) > kernel_dump.map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user