@ -17,6 +17,7 @@ all: docker
$(GOEXE): $(APP_NAME).go
go install $(GOPROJECT)
strip $@
docker: react $(GOEXE)
$(MAKE) -C $@
@ -15,6 +15,7 @@ all: $(LIBS) $(EXE) react Dockerfile
$(LIBS):
install -D /lib64/$(notdir $@) $@
$(EXE):
install -D $(GOEXE) $@
@ -33,8 +33,12 @@ SOURCES = src/About.css \
all: .buildchk
.buildchk: $(SOURCES)
npm install
npm run build
touch $@
clean:
rm -Rf build/*
rm -Rf build
rm -Rf coverage
rm -Rf node_modules
rm -Rf .buildchk
@ -1,5 +1,5 @@
{
"name": "my-app",
"name": "steffers.org",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,