Sfoglia il codice sorgente

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

Lu Stadler 7 anni fa
parent
commit
4de209664b
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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