burtonsamograd / sxc

sxc is an 'S-Expression C' transpiler for generating C code using macros written in Common Lisp
212 stars 10 forks source link

add `clean` target to makefile; add /bin/bash shebang to start of sxc… #4

Closed fouric closed 5 years ago

fouric commented 6 years ago

….sh and sxcc.sh.

The shebang helps people with non-standard shells (e.g. me with fish) to be able to execute the helper scripts a tiny bit more nicely.