chore(Makefiles): to simplify Dockerfile

fix(wmexec): setgid before setuid
test(wmexec): tested
This commit is contained in:
2023-12-17 23:45:03 +00:00
parent 15a804aa7d
commit c043c91f0e
15 changed files with 69 additions and 42 deletions

View File

@@ -2,4 +2,7 @@ all:
go build -v
clean:
go clean -i -cache -testcache
go clean -i -cache -testcache
install:
install dummy ${DESTDIR}/wmdummy

View File

@@ -2,4 +2,7 @@ all:
go build -v
clean:
go clean -i -cache -testcache
go clean -i -cache -testcache
install:
install oneshot ${DESTDIR}/wmoneshot

View File

@@ -2,4 +2,7 @@ all:
go build -v
clean:
go clean -i -cache -testcache
go clean -i -cache -testcache
install:
install spawner ${DESTDIR}/wmspawner

View File

@@ -2,4 +2,7 @@ all:
go build -v
clean:
go clean -i -cache -testcache
go clean -i -cache -testcache
install:
install starter ${DESTDIR}/wmstarter