fish-shell/src/fish.cpp
Johannes Altmanninger 29bd6eebd0 Remove cxx and autocxx
Notably this gets rid of the Cargo target directory inside build directories,
in favor of "target/" at workspace root.
2024-01-07 22:19:56 +01:00

3 lines
64 B
C++

extern "C" int fish_main();
int main() { return fish_main(); }