Skip to content

Commit

Permalink
Boostrap project.
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Sep 11, 2021
1 parent 9d5d0c3 commit a737d46
Show file tree
Hide file tree
Showing 22 changed files with 5,204 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 @@
CC=dart
FMT=format

default: fmt

fmt:
$(CC) $(FMT) .
$(CC) analyze .

check:
$(CC) test
Loading

0 comments on commit a737d46

Please sign in to comment.