Browse code

Initial server implementation without encryption and test client in tcl

Dario Rodriguez authored on 05/05/2014 12:17:18
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+CC=gcc
2
+CFLAGS=-Wall -g
3
+LDFLAGS=
4
+
5
+all: urusaiserver
6
+
7
+clean:
8
+	rm -f urusaiserver.o urusaiserver
9
+
10
+urusaiserver: urusaiserver.o
11
+
12
+urusaiserver.o: urusaiserver.c