summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f61638..3c83800 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,12 @@ uninstall:
rm -rf /usr/local/bin/$(CREATE)
test:
- cd tests && ./run_tests.sh && cd ..
+ cd tests && ./run_tests.sh && fakeroot -- ./cross_plat.sh && cd ..
+
.PHONY: clean
+
+check:
+ cd tests && ./run_tests.sh && cd ..
+
clean:
rm -f $(DEPLOY) $(CREATE) *.o *.d
-check: test