ソースを参照

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

読み込み中…
キャンセル
保存