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

spectral/sphere: simplify Makefile


By simply renaming the expected output files to follow the usual
conventions, we can simplify the `Makefile` a bit.

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/D3366
parent 65a247df
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,6 @@ FAST_OPTS = 100 ...@@ -4,12 +4,6 @@ FAST_OPTS = 100
NORM_OPTS = 100 NORM_OPTS = 100
SLOW_OPTS = 200 SLOW_OPTS = 200
ifeq "$(mode)" "slow"
SRC_RUNTEST_OPTS += -o1 spheres.slowppm
else
SRC_RUNTEST_OPTS += -o1 spheres.ppm
endif
include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/target.mk include $(TOP)/mk/target.mk
File moved
File moved
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