6 lines
97 B
Makefile
6 lines
97 B
Makefile
|
EXEC = glucose
|
||
|
DEPDIR = mtl utils core
|
||
|
MROOT = ../
|
||
|
|
||
|
include $(MROOT)/mtl/template.mk
|