summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 4ab212c..0bbfac0 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------
#
-# $Id: GNUmakefile,v 1.4 2005-03-25 01:23:52 ianc Exp $
+# $Id: GNUmakefile,v 1.5 2005-03-28 01:42:58 ianc Exp $
#
@@ -56,7 +56,8 @@ SOURCES = autocheck.cpp \
text.cpp \
static.cpp \
debug.cpp \
- window.cpp
+ window.cpp \
+ combobox.cpp
HEADERS = w32dlib/*.h
@@ -90,9 +91,7 @@ $(DOCDIR)/html/index.html: $(HEADERS)
clean:
-rm -f $(TARGET) $(OBJECTS) depend.mak
-depend: $(DEPEND)
-
-$(DEPEND): $(SOURCES) $(HEADERS) GNUMakefile
+depend:
@echo Dependencies updated....
$(CXX) -MM $(FLAGS) $(SOURCES) > $(DEPEND)