mirror of
https://github.com/fachat/xa65.git
synced 2024-11-04 13:06:43 +00:00
8 lines
209 B
Makefile
8 lines
209 B
Makefile
default:
|
|
# xa should not allow this to happen. if it does, this test is no good.
|
|
../../xa -o divzero.o divzero.s || exit 0 && exit 1
|
|
../../xa -o divzero2.o divzero2.s || exit 0 && exit 1
|
|
|
|
clean:
|
|
rm -f *.o
|