Testing out file watching and hot reloading with libaven.
To build and watch:
cc -o build build.c
./build watchTo run:
./build_out/bin/print_funmath
Now try updating the message in src/libhot/hot.c and watch it recompile and
print automatically!
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Testing out file watching and hot reloading with libaven.
To build and watch:
cc -o build build.c
./build watchTo run:
./build_out/bin/print_funmath
Now try updating the message in src/libhot/hot.c and watch it recompile and
print automatically!