mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Correct the Makefile for a default rule
Former-commit-id: 7ac32f3f9778842fecd65cdd796b81f61b7fa41f
This commit is contained in:
1
Makefile
1
Makefile
@ -15,7 +15,6 @@ OBITOOLS_SRC:= $(wildcard cmd/obitools/*/*.go)
|
|||||||
OBITOOLS_DIRS:=$(sort $(patsubst %/,%,$(dir $(OBITOOLS_SRC))))
|
OBITOOLS_DIRS:=$(sort $(patsubst %/,%,$(dir $(OBITOOLS_SRC))))
|
||||||
OBITOOLS:=$(notdir $(OBITOOLS_DIRS))
|
OBITOOLS:=$(notdir $(OBITOOLS_DIRS))
|
||||||
|
|
||||||
.PHONY: all obitools
|
|
||||||
|
|
||||||
define MAKE_PKG_RULE
|
define MAKE_PKG_RULE
|
||||||
pkg-$(notdir $(1)): $(1)
|
pkg-$(notdir $(1)): $(1)
|
||||||
|
Reference in New Issue
Block a user