Skip to content

Commit

Permalink
Dummy makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Feb 17, 2020
1 parent 2e3680e commit 786d06c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
build-*/
stremio.app/*
/build/*
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
all:
@echo "This is NOOP Makefile. Try make -f release.makefile"

%:
@echo "This is NOOP Makefile. Try make -f release.makefile $@"

0 comments on commit 786d06c

Please sign in to comment.