1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

make: Fix make install and test on Mac OS

- Fixes #35
This commit is contained in:
Tom Gallacher 2016-10-26 14:47:22 +01:00
parent 35cd24eb60
commit c959751d9a

View File

@ -7,7 +7,7 @@ check:
setup: .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 '/'
# foo/.all bar/.all foo/.clean bar/.clean