chore: drop unused Makefile bits
This commit is contained in:
parent
e24a3024aa
commit
555116122f
1 changed files with 0 additions and 16 deletions
16
Makefile
16
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue