Skip to content

Commit

Permalink
remoe
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppecrj committed Aug 21, 2024
1 parent 45a2fd2 commit 1db256c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .gitmodules
Empty file.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clean :; forge clean
remap :; forge remappings > remappings.txt

# Remove modules
remove :; rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib && touch .gitmodules && git add . && git commit -m "modules"
remove :; rm -rf .gitmodules && rm -rf .git/modules/* && rm -rf lib

install :; yarn

Expand Down

0 comments on commit 1db256c

Please sign in to comment.