idris-0.11.1: test/tutorial007/run
#!/usr/bin/env bash gcc -shared -fPIC nativetypes.c -o nativetypes.so idris $@ tutorial007.idr -o tutorial007 ./tutorial007 rm -f tutorial007 *.ibc *.so sizefromc.txt
#!/usr/bin/env bash gcc -shared -fPIC nativetypes.c -o nativetypes.so idris $@ tutorial007.idr -o tutorial007 ./tutorial007 rm -f tutorial007 *.ibc *.so sizefromc.txt