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

spectral/mate: remove unnecessary HS_SRCS


I've mistakenly added it as a workaround to build problems, but the
whole problem was only due a missing `.depend` file (which is created
by `make boot` and interestigly is not cleaned by `make clean`). In
any way, the `HS_SRCS` is simply unnecessary and can be removed.

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

Test Plan: build & run

Reviewers: bgamari

Reviewed By: bgamari

Differential Revision: https://phabricator.haskell.org/D3389
parent bdefa193
No related branches found
No related tags found
No related merge requests found
TOP = ../..
include $(TOP)/mk/boilerplate.mk
# It's necessary to specify those manually so that the current make-based system
# compiles them in the right order.
# TODO(michalt): This should go away once we move to the Shake-based system.
HS_SRCS = Board.hs Move.hs Problem.hs Solution.hs Main.hs
PROG_ARGS = holzhausen.prob
# Other problems
......
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