mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Update files
This commit is contained in:
6
Makefile
6
Makefile
@ -100,9 +100,9 @@ default:
|
||||
$(error Please specify a target)
|
||||
|
||||
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
|
||||
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