From ecd47293e50f173e0764023b00e822db0fc23241 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Jan 2003 23:58:09 +0000 Subject: How does all this crap not get ignored? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@153 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/Makefile (limited to 'src') diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 86f890ca3..000000000 --- a/src/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Insp Makefile :p -# -# -# - -CC = im a cheezeball - -SRC_1 = inspircd.cpp inspircd_util.cpp inspircd_io.cpp -SRC_2 = dynamic.cpp users.cpp modules.cpp wildcard.cpp servers.cpp - -SRC = $(SRC_1) $(SRC_2) -OBJS = $(SRC:.cpp=.o) - -CXXFLAGS = -I$../../include ${FLAGS} - -all: inspircd - -inspircd: $(OBJS) - $(CXX) -rdynamic $^ -o $@ $(LDLIBS) - -- cgit v1.2.3