Top20
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,6 +12,7 @@ all:
|
||||
make -C VRT
|
||||
make bin/ISOWeek
|
||||
make bin/score
|
||||
make bin/top20
|
||||
make bin/week2files
|
||||
|
||||
bin/ISOWeek: cmd/ISOWeek/*.go
|
||||
@@ -20,6 +21,9 @@ bin/ISOWeek: cmd/ISOWeek/*.go
|
||||
bin/score: cmd/score/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/top20: cmd/top20/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
bin/week2files: cmd/week2files/*.go
|
||||
go build -o $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user