forked from 3rd-party/fff
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
|
|
|