sort into folders

This commit is contained in:
anon
2024-03-10 16:02:52 +01:00
parent b0f6752c44
commit fa1d1f5cfd
123 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,7 @@
main:
gcc -shared thing.c -o libthing.so
gfortran main.f95 -o main.out -L. -lthing
run:
export LD_LIBRARY_PATH=$$(realpath .):$${LD_LIBRARY_PATH}; \
./main.out