Skip to content

Commit

Permalink
Setup project
Browse files Browse the repository at this point in the history
- get erlang.mk
- run make -f erlang.mk SP=4 bootstrap-lib
  • Loading branch information
ingwinlu committed Feb 6, 2016
0 parents commit 8c1fb84
Show file tree
Hide file tree
Showing 3 changed files with 6,544 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
@@ -0,0 +1,17 @@
#vim
*.swp

#erlang
*.beam
*.plt

ebin
relx

#erlang.mk
_rel/
deps/
logs/
.erlang.mk/
.erlang.mk.packages.*
wpool_broadcast.d
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
PROJECT = wpool_broadcast
PROJECT_DESCRIPTION = New project
PROJECT_VERSION = 0.0.1

# Whitespace to be used when creating files from templates.
SP = 4

include erlang.mk

0 comments on commit 8c1fb84

Please sign in to comment.