Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 204 Bytes

build.md

File metadata and controls

8 lines (5 loc) · 204 Bytes

Build

To build the num script:

awk 'FNR==1 && NR!=1 {print "\n"}{print}' \
$(cat src/num.awk | sed -n 's/^\@include "\(.*\)"/\1/p') | more

We have a goal to make the build process simpler.