summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/rlhc.d/Makefile2
-rw-r--r--test/rlparse.d/Makefile2
-rw-r--r--test/trans.d/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/test/rlhc.d/Makefile b/test/rlhc.d/Makefile
index db54925d..4fca1fca 100644
--- a/test/rlhc.d/Makefile
+++ b/test/rlhc.d/Makefile
@@ -26,3 +26,5 @@ rlhc: rlhc.lm $(RLHC_DEP)
clean:
rm -f *.o
+
+install:
diff --git a/test/rlparse.d/Makefile b/test/rlparse.d/Makefile
index d89975fa..15e9e4a0 100644
--- a/test/rlparse.d/Makefile
+++ b/test/rlparse.d/Makefile
@@ -35,3 +35,5 @@ rlparse: $(OBJ)
clean:
rm -f *.o
+
+install:
diff --git a/test/trans.d/Makefile b/test/trans.d/Makefile
index 6643fc74..0895c115 100644
--- a/test/trans.d/Makefile
+++ b/test/trans.d/Makefile
@@ -28,3 +28,5 @@ trans.c: trans.lm $(TRANS_DEPS)
clean:
rm -f *.o
+
+install: