Skip to content
Snippets Groups Projects
Commit dd21f6bb authored by Michal Terepeta's avatar Michal Terepeta Committed by Ben Gamari
Browse files

fibheaps/Makefile: remove some weird character


Summary:
Because it's at the beginning of the line with `SRC_HC_OPTS`, it
causes `make` ignore those options. This commit removes that character
and makes everything work.

Signed-off-by: default avatarMichal Terepeta <michal.terepeta@gmail.com>

Test Plan: manually verify that the options are passed to GHC

Reviewers: bgamari, dfeuer

Reviewed By: dfeuer

Subscribers: dfeuer

Differential Revision: https://phabricator.haskell.org/D3344
parent 47f132de
No related branches found
No related tags found
No related merge requests found
TOP = ../..
include $(TOP)/mk/boilerplate.mk
SRC_HC_OPTS += -package array
SRC_HC_OPTS += -package array
FAST_OPTS = 5000
NORM_OPTS = 5000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment