mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Download font
This commit is contained in:
5
Makefile
5
Makefile
@ -99,9 +99,10 @@ endif
|
||||
default:
|
||||
$(error Please specify a target)
|
||||
|
||||
# TODO: complete this
|
||||
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)
|
||||
$(OBJDUMP) -D -d $(KERNEL_FILENAME) > kernel_dump.map
|
||||
|
Reference in New Issue
Block a user