Skip to content

Commit

Permalink
added makefile to project
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyHers committed Apr 29, 2023
1 parent 20df711 commit 66f1ec1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
clean:
flutter clean && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs

path:
cd lib/gen && sed -i '' 's/assets\//packages\/flutter_any_logo\/assets\//g' *

deploy:
make clean && make path

install:
brew install gnu-sed

0 comments on commit 66f1ec1

Please sign in to comment.