summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2022-08-26 17:11:23 +0200
committerdzwdz2022-08-26 17:11:23 +0200
commite7676411e49bfd2e0da0b785ad4ac5dc909d0a41 (patch)
tree22f4608e68684aa71d94d2f9ccfd27f7066509e5 /Makefile
parente6584db26da34572fb13aa236e16e19f71c8e976 (diff)
user/ports: port oed
make clean; ./port ed clean; make -j4 out/libc.a && ./port ed install && make -j4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd4cdbd..49a1745 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ out/initrd/font.psf: /usr/share/kbd/consolefonts/default8x16.psfu.gz
out/initrd.tar: $(patsubst %,out/%,$(shell find initrd/ -type f)) \
$(patsubst %,out/initrd/bin/amd64/%,$(USERBINS)) \
+ $(shell find out/initrd/) \
out/initrd/font.psf
@cd out/initrd; tar chf ../initrd.tar *