ifneq (,$(findstring win32,$(SPLICE_HOST)))
compile:
	(cd wincmd; make)

clean:
	(cd wincmd; make clean)
else
compile:
clean:
endif