Changes of Revision 6
[-] [+] | Changed | bandwidth.spec |
[-] [+] | Changed | bandwidth-makefile.diff ^ |
@@ -7,11 +7,11 @@ -bandwidth: main.c routines.s - nasm -f elf routines.s -o routines.o +bandwidth32: main.c routines.s -+ yasm -f elf32 routines.s -o routines.o ++ nasm -f elf32 routines.s -o routines.o + ${CC} routines.o main.c ${CFLAGS} -o bandwidth + +bandwidth64: main.c routines.s -+ yasm -f elf64 routines.s -o routines.o ++ nasm -f elf64 routines.s -o routines.o ${CC} routines.o main.c ${CFLAGS} -o bandwidth clean: |