Makefiles for all modules

This commit is contained in:
Katrina Verey
2022-04-01 15:45:48 -04:00
parent 2a9adbeb1e
commit 0d32543ebd
49 changed files with 152 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ ifeq ($(MYGOBIN),)
MYGOBIN = $(shell go env GOPATH)/bin
endif
include ../../Makefile-tools.mk
include ../../Makefile-modules.mk
$(MYGOBIN)/gorepomod: usage.go
go install .