Explorar el Código

~/.bin/Makefile: Update makefile for all the tools

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

+ 8 - 0
.bin/Makefile

@ -1,2 +1,10 @@
1
all: timely up ydl
2
3
timely: timely.go
4
	go build timely.go
5
1 6
up: up.c
2 7
	clang -o up up.c
8
9
ydl: ydl.go
10
	go build ydl.go