aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-29 16:29:06 -0400
committerIvan Chen <ivan@tagg.id>2021-06-29 16:29:06 -0400
commit5fcffd40746b2074d523f53dc82c824d147444e5 (patch)
tree5bbb93a56454778996a543a567cc0d8d9d60d11e /Makefile
parentf273a7aa1c2e27692c2a03ae1e2fc9b81360558d (diff)
Refactor buttons
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
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