Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Nov 5, 2021
1 parent 74396de commit aeff8b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: opentx-dev opentx-builder
.PHONY: edgetx-dev edgetx-builder

opentx-dev:
docker build -t opentx-dev ./dev
edgetx-dev:
docker build -t edgetx-dev ./dev

opentx-builder:
docker build -t opentx-dev ./builder
edgetx-builder:
docker build -t edgetx-dev ./builder

0 comments on commit aeff8b5

Please sign in to comment.