Makefile: hot code reloading can now be tested
parent
01caee5b53
commit
11199b9635
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ test: v
|
||||||
echo "Running V tests..."
|
echo "Running V tests..."
|
||||||
find . -name '*_test.v' -print0 | xargs -0 -n1 ./v
|
find . -name '*_test.v' -print0 | xargs -0 -n1 ./v
|
||||||
echo "Building V examples..."
|
echo "Building V examples..."
|
||||||
find examples -name '*.v' -not -path "examples/hot_code_reloading/*" -print0 | xargs -0 -n1 ./v
|
find examples -name '*.v' -print0 | xargs -0 -n1 ./v
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f v.c .v.c v vprod thirdparty/**/*.o
|
-rm -f v.c .v.c v vprod thirdparty/**/*.o
|
||||||
|
|
Loading…
Reference in New Issue