typo
This commit is contained in:
parent
000247a379
commit
788fcc2bb4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
PREFIX=/usr
|
||||
IGNORE=-ignore-package monads-fd
|
||||
GHCFLAGS=-O2 -Wall -ignore-package $(IGNORE)
|
||||
GHCFLAGS=-O2 -Wall $(IGNORE)
|
||||
ifdef PROFILE
|
||||
GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE)
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue