default: all

all:
	cd state_sort && $(MAKE)

clean:
	cd state_sort && $(MAKE) clean

clobber:
	cd state_sort && $(MAKE) clobber
# DO NOT DELETE
