initial commit

git-svn-id: file:///home/ps/projects/distributor/trunk@1 4c72226d-0938-4c61-bee9-4ad40ed711b9
This commit is contained in:
ps 2011-01-20 22:15:41 +00:00
commit 7db1f7a975
4 changed files with 434 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
CFLAGS=-DHOSTNAME=\"`hostname -f`\" -g
all: dist
dist: dist.o utils.o
clean:
rm -f dist *.o