CC = ./gccsim
CFLAGS = -g -I../robios

test.so: test.o
	$(CC) $(CFLAGS) $< -o $@

sim:
	make -C ..
