zxuno-git/software/ugophy/Makefile

8 lines
77 B
Makefile

all: ugoph.bin
ugoph.bin: *.asm
sjasmplus main.asm
clean:
rm ugoph.bin