소스 검색

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

Loading…
취소
저장