Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
bandwidth
> bandwidth-makefile.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bandwidth-makefile.diff of Package bandwidth (Revision 7)
Currently displaying revision
7
,
show latest
--- Makefile.orig 2008-07-13 21:56:49.000000000 +0200 +++ Makefile 2008-07-13 21:57:46.000000000 +0200 @@ -2,8 +2,12 @@ CFLAGS= CC=gcc -bandwidth: main.c routines.s - nasm -f elf routines.s -o routines.o +bandwidth32: main.c routines.s + nasm -f elf32 routines.s -o routines.o + ${CC} routines.o main.c ${CFLAGS} -o bandwidth + +bandwidth64: main.c routines.s + nasm -f elf64 routines.s -o routines.o ${CC} routines.o main.c ${CFLAGS} -o bandwidth clean: