Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lu
/
lp
mirror of
git://github.com/heyLu/lp
Watch
1
Star
0
Fork
0
Code
Issues
0
Commits
627
Releases
1
Wiki
Browse Source
Add Makefiles for unpaginate and stars
Lucas Stadler
10 years ago
parent
7cc4dec177
commit
d767e2d6e8
2 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
2
0
go/stars/Makefile
2
0
go/unpaginate/Makefile
+ 2
- 0
go/stars/Makefile
View File
@ -0,0 +1,2 @@
1
all:
2
go build .
+ 2
- 0
go/unpaginate/Makefile
View File
@ -0,0 +1,2 @@
1
all:
2
go build .