This website requires JavaScript.
Explore
Help
Sign In
e2m
/
goircd
Watch
4
Star
0
Fork
You've already forked goircd
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b7a5c66929
goircd
/
GNUmakefile
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
GNU and BSD Make compatible makefile
2015-10-06 07:59:13 +00:00
VERSION
=
$(
shell git describe --tags
)
Added make targets to build and push docker images Usage: `make docker-image` to build the image `make docker-image-push` to build and push the image Signed-off-by: Mathias Kaufmann <me@stei.gr>
2018-03-13 23:10:00 +00:00
PACKAGE
?=
quay.io/goircd/goircd
GNU and BSD Make compatible makefile
2015-10-06 07:59:13 +00:00
Added trailing newline Signed-off-by: Mathias Kaufmann <me@stei.gr>
2018-03-13 23:11:01 +00:00
i
n
c
l
u
d
e
c
o
m
m
o
n
.
m
k