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