mirror of
https://github.com/fachat/xa65.git
synced 2024-11-03 06:05:58 +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
|