CC = ./gccsim
CFLAGS = -g

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

sim:
	make -C ..