Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sffe/asm/build.sh
blob: 9c0f36263dde1493f9428ff19ef33ad773351d51 (plain)
1
2
3
#!/bin/bash
nasm -f elf cmplx.asm -ocmplx.o
# Not used anymore because ../Makefile already contains this compilation.