git.haskell.org
/
nofib.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[project @ 1997-03-14 08:02:40 by simonpj]
[nofib.git]
/
real
/
rsa
/
Makefile
diff --git
a/real/rsa/Makefile
b/real/rsa/Makefile
index
17dc3c8
..
cf44ea3
100644
(file)
--- a/
real/rsa/Makefile
+++ b/
real/rsa/Makefile
@@
-1,4
+1,5
@@
-TOP = ../../..
-PROG = rsa
-SRCS = Rsa.hs Main.hs
-include $(TOP)/nofib/mk/nofib.mk
+TOP = ../..
+include $(TOP)/mk/boilerplate.mk
+-include opts.mk
+include $(TOP)/mk/target.mk
+