mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-16 06:54:03 +00:00
29bd6eebd0
Notably this gets rid of the Cargo target directory inside build directories, in favor of "target/" at workspace root.
3 lines
64 B
C++
3 lines
64 B
C++
extern "C" int fish_main();
|
|
|
|
int main() { return fish_main(); }
|