summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b3c114c88..c02de0972 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,6 @@ all: makeinclude fltk-config
echo "=== making $$dir ===";\
(cd $$dir; $(MAKE) $(MFLAGS)) || exit 1;\
done
- for dir in $(FLUIDDIR); do\
- echo "=== making fluidtest ===";\
- (cd test; $(MAKE) $(MFLAGS) allfluid);\
- done
install: makeinclude
-mkdir -p $(DESTDIR)$(bindir)