Windows build + instructions

This commit is contained in:
Emmanuel BENOîT 2018-12-16 11:57:58 +01:00
parent bd0494ecd8
commit 5ef2e8e8d9
4 changed files with 117 additions and 41 deletions

View file

@ -4,6 +4,9 @@ export CONFIG
all: $(CONFIG)
+make -f Makefile.main
run-tests:
+make -f Makefile.main run-tests
clean:
+make -f Makefile.main clean