Skip to content
Snippets Groups Projects
Commit c384c432 authored by dterei's avatar dterei
Browse files

Update makefile to mention other dirs

parent 7842462b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@ include $(TOP)/mk/boilerplate.mk
# you want to use in a build tree.
SUBDIRS = runstdtest nofib-analyse $(NoFibSubDirs)
# Include the standard targets, one of which
# causes make to descend into the SUBDIRS.
......@@ -29,8 +28,7 @@ SUBDIRS = runstdtest nofib-analyse $(NoFibSubDirs)
#
SRC_DIST_DIR=$(shell pwd)/nofib
SRC_DIST_NAME=nofib
SRC_DIST_DIRS=docs imaginary spectral real parallel mk
SRC_DIST_DIRS=docs fibon gc imaginary smp spectral real parallel mk
dist :: nofib-dist-pre
include $(TOP)/mk/target.mk
......
......@@ -35,6 +35,9 @@ WERROR=
# spectral
# real
# parallel
# gc
# smp
# fibon
NoFibSubDirs = imaginary spectral real
# The different ways to build nofib. Default is just to mirror
......
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