refactor(arc): treyarch games & minor fixes (#119)
This commit is contained in:
10
gen/arc/Makefile
Normal file
10
gen/arc/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
generate: arc
|
||||
|
||||
clean:
|
||||
rm -rf ./parser.hpp
|
||||
rm -rf ./parser.cpp
|
||||
|
||||
arc: parser.ypp
|
||||
bison parser.ypp -Wcounterexamples
|
||||
mv parser.hpp ../../include/xsk/arc/
|
||||
mv parser.cpp ../../src/arc/
|
1328
gen/arc/parser.ypp
Normal file
1328
gen/arc/parser.ypp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user