Ver Código Fonte

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

Lu Stadler 7 anos atrás
pai
commit
4de209664b
1 arquivos alterados com 8 adições e 0 exclusões
  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