test: test.c runtime/refcounting.o dietcc -I $(PWD)/runtime -o $@ $^ --dietc-pass $(PWD)/dietpass runtime/refcounting.o: runtime/refcounting.c gcc -c -o $@ $^ clean: rm -f runtime/refcounting.o test