Makefile fix

This commit is contained in:
kn0wmad
2021-09-30 16:01:06 -06:00
parent 938995e278
commit 4ab903ffa2
4 changed files with 25 additions and 59 deletions

View File

@@ -32,8 +32,9 @@ ubuntu.img:
unxz ubuntu.img.xz
product_key.txt:
echo "X\c" > product_key.txt
echo -ne "X\c" > product_key.txt
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
echo >> product_key.txt
$(EMBASSY_BINS): $(APPMGR_SRC)
cd appmgr && ./build-prod.sh