#!/bin/sh

gcc -O3 -c shortest-path.c
ghc shortest-path.o --make -package network -O2 -fglasgow-exts -funbox-strict-fields Main.hs -o runme
