This website requires JavaScript.
Explore
Help
Sign In
graffy
/
lipase
Watch
1
Star
0
Fork
You've already forked lipase
0
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
78c8749aba
lipase
/
Makefile
8 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
added dummy program to test jenkins
2019-03-07 10:32:23 +01:00
hello
:
hello
.
cpp
g++ -o hello hello.cpp
added basic jenkins file to automate the build of hello
2019-03-07 10:56:01 +01:00
.PHONY
:
clean
clean
:
rm ./hello