diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-26 23:58:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-26 23:58:09 +0000 |
commit | ecd47293e50f173e0764023b00e822db0fc23241 (patch) | |
tree | a9513963004d758d62cf0311e122930f8943a2b6 | |
parent | c63086da8768084125f7d5d83ec7f0d0211ea221 (diff) |
How does all this crap not get ignored?
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@153 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
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) - |