DvvCz / cpkg

A dead simple package manager for C.
MIT License
1 stars 0 forks source link

Allow running single files as scripts #6

Closed DvvCz closed 6 months ago

DvvCz commented 6 months ago

Nice functionality would be to allow cpkg run file.c to run a file standalone. This would just compile the file alone to a temporary directory (in the same fashion as the repl) and run the program.