78 Star 358 Fork 112

xboot / xboot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Makefile 222 Bytes
Copy Edit Raw Blame History
xboot authored 2020-10-10 17:26 . [Makefile]remove export for Makefile
#
# Top Makefile
#
TOPDIR = $(shell dirname $(shell pwd)/$(lastword $(MAKEFILE_LIST)))
.PHONY: all clean
all:
@TOPDIR="$(TOPDIR)" $(MAKE) -s -C src all
clean:
@TOPDIR="$(TOPDIR)" $(MAKE) -s -C src clean
C
1
https://gitee.com/xboot/xboot.git
git@gitee.com:xboot/xboot.git
xboot
xboot
xboot
master

Search