Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
distributed committed Jan 16, 2010
0 parents commit 788559f
Show file tree
Hide file tree
Showing 9 changed files with 1,033 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@



all: clean
cd lib; make install
cd main; make install


clean:
cd lib; make clean
cd main; make clean
10 changes: 10 additions & 0 deletions lib/Makefile
@@ -0,0 +1,10 @@
include $(GOROOT)/src/Make.$(GOARCH)

TARG=malus
GOFILES=callmanager.go\
udp.go\
utility.go\
webinterface.go\
sleepqueue.go

include $(GOROOT)/src/Make.pkg

0 comments on commit 788559f

Please sign in to comment.