Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
add example makefile for maintaining devcontainer (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Jan 10, 2024
1 parent 01adb25 commit cd15c0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
devcontainer::
git submodule update --init --recursive .devcontainer
git submodule update --remote --merge .devcontainer
rm -rf .devcontainer.json
cp .devcontainer/devcontainer.json .devcontainer.json

0 comments on commit cd15c0f

Please sign in to comment.