Explorar el Código

~/.bin/Makefile: Compile with -Wall

Lu Stadler %!s(int64=7) %!d(string=hace) años
padre
commit
758335069f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .bin/Makefile

+ 1 - 1
.bin/Makefile

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