

HS_SOURCES	= $(shell find src -name "*.hs")

bin/sekhmet : $(HS_SOURCES)
	ghc -fglasgow-exts -isrc --make src/Main.hs -o bin/sekhmet
