Skip to content

Commit

Permalink
Limpezinha via make
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffque committed May 7, 2020
1 parent 536c4ed commit 4c7969a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.PHONY: build
.PHONY: build clean

build: flutter-sdk/.keep downloads/android-sdk.zip downloads/flutter-sdk.tar.xz Dockerfile
docker build .

clean:
rm -r downloads/ flutter-sdk/

%/.keep:
mkdir $*
touch $*/.keep
Expand Down

0 comments on commit 4c7969a

Please sign in to comment.