all: unmed2

clean:
	-rm unmed2 *.hi *.o

unmed2: *.hs *.h *.c
	ghc -O2 -o unmed2 --make Main.hs amiga.c
