TARGET = tll-snes.sfc LIBS = main.lib TARGET: main.lib casm link.asm main.lib: main.asm casm main.asm clean: rm -f $(TARGET) $(LIBS)