瀏覽代碼

~/.bin/Makefile: Compile with -Wall

Lu Stadler 7 年之前
父節點
當前提交
758335069f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .bin/Makefile

+ 1 - 1
.bin/Makefile

10
	go build timely.go
10
	go build timely.go
11
11
12
up: up.c
12
up: up.c
13
	clang -o up up.c
13
	clang -Wall -o up up.c
14
14
15
ydl: ydl.go
15
ydl: ydl.go
16
	go build ydl.go
16
	go build ydl.go