summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2019-07-26 22:15:46 +0800
committerruki <[email protected]>2019-07-26 07:34:36 +0800
commitdd488ffd6dc1ec44b3d0c38a9dfd5f0ca99d6d2f (patch)
treea4e730279fc121d409c5508a0e0828bd10a39114 /makefile
parent59472a642f18bf17953deddd82c68678d40fa254 (diff)
improve file lock count
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3646cc656..6c4bcf82a 100644
--- a/makefile
+++ b/makefile
@@ -62,7 +62,6 @@ build:
@echo compiling xmake-core ...
@if [ -f core/.config.mak ]; then rm core/.config.mak; fi
@$(MAKE) -C core --no-print-directory f DEBUG=$(debug)
- @$(MAKE) -C core --no-print-directory c
@$(MAKE) -C core --no-print-directory
install: