bass	:= ../../bass/out/bass

TARGET	:= $(shell basename $(CURDIR))

all:
	$(bass) -benchmark -o $(TARGET).bin $(TARGET).asm
