mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
parent
35cd24eb60
commit
c959751d9a
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ check:
|
|||||||
setup: .git/hooks/pre-commit
|
setup: .git/hooks/pre-commit
|
||||||
@cp bin/pre-commit.hook .git/hooks/pre-commit
|
@cp bin/pre-commit.hook .git/hooks/pre-commit
|
||||||
|
|
||||||
SUBDIRS := $(shell find -maxdepth 2 -mindepth 2 -name 'Makefile' -printf '%h/.\n')
|
SUBDIRS := $(dir $(wildcard */Makefile))
|
||||||
TARGETS := install clean test lint # whatever else, but must not contain '/'
|
TARGETS := install clean test lint # whatever else, but must not contain '/'
|
||||||
|
|
||||||
# foo/.all bar/.all foo/.clean bar/.clean
|
# foo/.all bar/.all foo/.clean bar/.clean
|
||||||
|
Loading…
Reference in New Issue
Block a user