Cano-Projects / cano-sh

Shell Written in C
10 stars 3 forks source link

Add hot reloader #15

Closed Sigmanificient closed 1 month ago

Sigmanificient commented 2 months ago

make debug, type reload in the shell to reload it!

CobbCoding1 commented 2 months ago

just needed to add -fPIC to debug-flags to get it to compile properly

CobbCoding1 commented 1 month ago

looks good to me, thank you.