all: Example1 Example2 Bug1 Example1: Example1.hs Shell.hs shell_stub.o ghc -fffi --make -package network -package lang Example1.hs shell_stub.o -o Example1 Bug1: Bug1.hs Shell.hs shell_stub.o ghc -fffi --make -package network -package lang Bug1.hs shell_stub.o -o Bug1 Example2: Example2.hs Shell.hs shell_stub.o ghc -fffi --make -package network -package lang Example2.hs shell_stub.o -o Example2 clean: rm *.o *.hi Example1 Example2 Bug1