Skip to content
Snippets Groups Projects
Commit e1a3ca20 authored by sof's avatar sof
Browse files

[project @ 1997-09-03 23:15:24 by sof]

Added support for making nofib releases
parent 25b5da03
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#
# Toplevel Makefile for the nofib project
#
# $Id: Makefile,v 1.4 1997/03/14 08:02:40 simonpj Exp $
# $Id: Makefile,v 1.5 1997/09/03 23:15:24 sof Exp $
#
#################################################################################
......@@ -23,5 +23,17 @@ SUBDIRS = $(NoFibSubDirs)
# Include the standard targets, one of which
# causes make to descend into the SUBDIRS.
#
# Creating a nofib distribution
#
SRC_DIST_DIR=$(shell pwd)/nofib
SRC_DIST_NAME=nofib
SRC_DIST_DIRS=docs imaginary spectral real GHC_ONLY parallel mk
dist :: nofib-dist-pre
include $(TOP)/mk/target.mk
dist :: dist-post
dist :: dist-package
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