ソースを参照

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

Lu Stadler 7 年 前
コミット
4de209664b
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  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