chore: drop unused Makefile bits

This commit is contained in:
Lucas Garfield 2024-11-01 08:47:22 -05:00 committed by Lucas Garfield
parent e24a3024aa
commit 555116122f

View file

@ -1,20 +1,5 @@
FISTBOOT_SERVICE := $(shell base64 -w0 < aux/custom-first-boot.service)
INSTALL_DIR := ~/.local/share/cockpit/image-builder-frontend
help:
@cat Makefiles
.PHONY: prep
prep: src/constants.ts
.PHONY: install
install:
npm install
.PHONY: start
start: prep
npm start
cockpit/all: devel-uninstall devel-install build
devel-install:
@ -30,4 +15,3 @@ devel-uninstall:
rm cockpit/public/*.js
.PHONY: cockpit/all devel-install build devel-uninstall