diff options
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7755267e..9c105d7a 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -18,15 +18,12 @@ dir := benchmarks include ../Makeconf +CCTARGET=i386-gnu -DIST_FILES = +DIST_FILES = forks.c all: forks -OBJS=forks.o - -forks: $(OBJS) $(libc); $(link) - install: $(hurdroot) forks $(INSTALL_BIN) forks $(hurdroot)/bin/forks |