mirror of
https://github.com/boostorg/convert.git
synced 2026-02-17 13:42:18 +00:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
DEVROOT = $(HOME)/dev
|
|
DEVMAKE = $(DEVROOT)/make
|
|
|
|
run-parallel ?= yes
|
|
cflags = -I..
|
|
target = test-convert.exe
|
|
sources = $(wildcard libs/convert/test/test_convert.cpp)
|
|
|
|
include $(DEVMAKE)/makefile
|
|
|