mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix typo
This commit is contained in:
parent
c92f2ee846
commit
7be29f61d7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ docker-dev:
|
|||
|
||||
docker:
|
||||
docker pull fedora:25
|
||||
docker build -f Dockerfile -t $(DOCKER_IMAGE):$(DCOKER_TAG) $(SRCDIR)
|
||||
docker build -f Dockerfile -t $(DOCKER_IMAGE):$(DOCKER_TAG) $(SRCDIR)
|
||||
|
||||
clean-packaging:
|
||||
rm -f $(BUILDDIR)/packaging/villas-node-$(VERSION_NUM).tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue