mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-05 22:35:23 +00:00
moved code generator to utils/blur.c, moved generated code to blur_generated.rsh
This commit is contained in:
parent
48deba6305
commit
308874b131
5 changed files with 363 additions and 340 deletions
7
utils/Makefile
Normal file
7
utils/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CFLAGS = -std=gnu99 -W -Wall -O3
|
||||
LDFLAGS = -lm
|
||||
|
||||
generate: blur
|
||||
./blur > ../app/src/main/rs/blur_generated.rsh
|
||||
|
||||
blur: blur.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue