summaryrefslogtreecommitdiffstats
path: root/src/graphlayout/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphlayout/makefile')
-rw-r--r--src/graphlayout/makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/graphlayout/makefile b/src/graphlayout/makefile
deleted file mode 100644
index 5d8ac906e..000000000
--- a/src/graphlayout/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Convenience stub makefile to call the real Makefile.
-
-
-
-# Explicit so that it's the default rule.
-all:
- cd .. && $(MAKE) graphlayout/all
-
-clean %.a %.o:
- cd .. && $(MAKE) graphlayout/$@
-
-.PHONY: all clean
-
-OBJEXT = o
-
-.SUFFIXES:
-.SUFFIXES: .a .$(OBJEXT)