3a_asm: ghc flags
[calu.git] / 3a_asm / Makefile
index 1aa7edd96a4c7c90bf1188bb440a2dd1d3efe9a2..c38230d22d8586cb7f3e842c89537955d6700afe 100644 (file)
@@ -1,8 +1,7 @@
 SHELL := zsh
-GHCOPT = -XMultiParamTypeClasses -XFunctionalDependencies -XTypeSynonymInstances -XFlexibleInstances
 
 all:
-       @ghc --make Main.hs $(GHCOPT) -o dtas
+       @ghc --make Main.hs -o dtas
 
 .PHONY: clean test
 clean: