Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jul 10, 2024
1 parent bc94c56 commit 14d7d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: docker

all: docker/srv6 docker/srv6-ctrl
docker/%:
docker buildx build -t louisroyer/dev-nextmn-$(@F) ./$(@F)

0 comments on commit 14d7d6e

Please sign in to comment.