mirror of
https://github.com/fachat/xa65.git
synced 2025-01-05 21:30:07 +00:00
7 lines
36 B
Makefile
7 lines
36 B
Makefile
|
|
||
|
all: test1
|
||
|
|
||
|
%:%.a65
|
||
|
../../xa $<
|
||
|
|