Skip to content

Commit

Permalink
build: add github makefile include
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Dec 24, 2022
1 parent 8b15821 commit e94e44b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ manpage: target/man/$(OUTPUT_BINARY).1.gz ## Builds man page

include $(CURDIR)/build/package.mk
include $(CURDIR)/build/container.mk
include $(CURDIR)/build/release.mk
include $(CURDIR)/build/release.mk
include $(CURDIR)/build/github.mk

0 comments on commit e94e44b

Please sign in to comment.