Introduce pet-projects dir
[lcapit-junk-code.git] / pet-projects / emu8086 / tests / arithmetic / add-reg1 / Makefile
blobea6e669d2773996c809767094c95f2e9d9239641
1 add-reg1: add-reg1.S
2 as $< -o $@
3 objcopy -S -O binary $@ $@.bin
5 clean:
6 rm -f add-reg1 *~ *.bin errors.txt output.txt