mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
* Separate find_by_extension and find_by_filename find_by_extension now takes a path as argument and not only the file extension. Currently only find_by_extension is used as a strategy. * Add find_by_filename as first strategy
6 lines
96 B
Makefile
Executable File
6 lines
96 B
Makefile
Executable File
SUBDIRS:=components test
|
|
.PHONY: ${SUBDIRS} clean
|
|
all:${SUBDIRS}
|
|
${SUBDIRS}:
|
|
${MAKE} -C $@ all
|