Skip to content

Commit

Permalink
[rmkit] fix missing docker/ prefix in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed May 24, 2024
1 parent 3be9d71 commit 4ed2191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(RUN_APPS): %: rmkit.h
cd src/$(@:run_%=%) && make run

$(DOCKER_APPS): %:
docker build --tag ${DOCKERBUILD} . -f ${DOCKERFILE}
docker build --tag ${DOCKERBUILD} . -f docker/${DOCKERFILE}
bash scripts/build/docker_build.sh $(@:%_docker=%)

$(CLEAN_APPS): %:
Expand Down

0 comments on commit 4ed2191

Please sign in to comment.