Skip to content

Commit

Permalink
add basic build script (noop)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-ilin committed Aug 14, 2019
1 parent 340ad98 commit eea840f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build/
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: build clean

build:
mkdir build

clean:
- rm -rf build

0 comments on commit eea840f

Please sign in to comment.