diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-29 16:29:06 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-29 16:29:06 -0400 |
| commit | 5fcffd40746b2074d523f53dc82c824d147444e5 (patch) | |
| tree | 5bbb93a56454778996a543a567cc0d8d9d60d11e /Makefile | |
| parent | f273a7aa1c2e27692c2a03ae1e2fc9b81360558d (diff) | |
Refactor buttons
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..b0022598 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +build: + yarn + cd ios && pod install && cd .. + +clean: + -rm *.lock + -rm ios/*.lock + +deep_clean: + -rm *.lock + -rm ios/*.lock + -rm -rf /Users/ivan/Library/Developer/Xcode/DerivedData + -rm -rf node_modules + yarn cache clean |
