summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKathy Gray2014-08-13 18:12:46 +0100
committerKathy Gray2014-08-13 18:12:46 +0100
commitf73f974801c12df01542a8372af6309b83c17d40 (patch)
tree9f5f8023834c4f545969a1ed9a8a5e9f7f073c98 /Makefile
parent67fb47fa3fce732be6ae78824ac37e7a641021e8 (diff)
Silence some lem warnings in compilation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c7662ff5..f74e1d61 100644
--- a/Makefile
+++ b/Makefile
@@ -14,5 +14,8 @@ test:
power:
$(MAKE) -C src power
+test_power_interactive:
+ $(MAKE) -C src test_power_interactive
+
clean:
$(MAKE) -C src clean