initial commit
git-svn-id: file:///home/ps/projects/distributor/trunk@1 4c72226d-0938-4c61-bee9-4ad40ed711b9
This commit is contained in:
commit
7db1f7a975
4 changed files with 434 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CFLAGS=-DHOSTNAME=\"`hostname -f`\" -g
|
||||
|
||||
all: dist
|
||||
|
||||
dist: dist.o utils.o
|
||||
|
||||
clean:
|
||||
rm -f dist *.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue