summaryrefslogtreecommitdiff
path: root/Makefile.oold
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
commitd26ab5f2338aaf07289dd57c7770f85a79cf7b2b (patch)
tree763147d5f178d7db09910b5ab2fe8fe6d75afa9b /Makefile.oold
parentdacd393fefeabafd1306533dd6c5a56e0ab347cc (diff)
Removed ./configure stuff, created simple makefile
Diffstat (limited to 'Makefile.oold')
-rw-r--r--Makefile.oold10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.oold b/Makefile.oold
deleted file mode 100644
index 969dfd8..0000000
--- a/Makefile.oold
+++ /dev/null
@@ -1,10 +0,0 @@
-BIN = main
-OBJS = main.o TChannel.o TConnection.o TPluginParent.o TPluginParentLight.o TSession.o TUserList.o TConfig.o TPlugin.o myfuncs.o
-CC = gcc
-CFLAGS = -O2
-LDFLAGS = -s
-
-
-$(BIN): $(OBJS)
- $(CC) $(LDFLAGS) -o $(BIN) $(OBJS)
-main.o