Created Makefile for demo.

This commit is contained in:
Nicolás Ortega Froysa
2017-10-03 17:09:18 +02:00
parent c0fab26662
commit bd09c6fe25
3 changed files with 31 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Ignore builds
build/*
!build/.keep
demo/bin/*
# Ignore documentation
doc/*