diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 15:25:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 15:25:23 +0000 |
commit | 226735c2ecdd66ff30e3312d9727a1a112f0eaad (patch) | |
tree | 286224985db1477b6993df287883c526a1d9ef10 /benchmarks | |
parent | f760000d4f4ae21728ca1ee405b263af5284ddcb (diff) |
(OBJS): New var.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index dc2a8774..505aa5b8 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -19,6 +19,7 @@ dir := benchmarks makemode := utility SRCS = forks.c +OBJS = forks.o target = forks include ../Makeconf |