Skip to content
Makefile 78 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
default:
	make -C fork-example
all:
	make -C fork-example
.PHONY: default all