浏览代码

no need for depending on build library ("blib")

when make is invoked without arguments
tags/v0.9.3
Geert Stappers 19 年前
父节点
当前提交
9dc2515d7e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile 查看文件

@@ -29,7 +29,7 @@ include arch/$(ARCH)/Config
29 29
 # If invoked with no build target, print out a helpfully suggestive
30 30
 # message.
31 31
 #
32
-noargs : blib
32
+noargs :
33 33
 	@echo '===================================================='
34 34
 	@echo 'No target specified. To specify a target, do: '
35 35
 	@echo

正在加载...
取消
保存