zxuno-git/Makefile

8 lines
81 B
Makefile

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