mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 08:25:59 +01:00
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
ruby fakegen.rb > fff3.h && make clean && make all && build/fff_test_c && build/fff_test_cpp
|
|
|