mirror of
https://github.com/boostorg/convert.git
synced 2026-01-26 18:32:56 +00:00
10 lines
159 B
Makefile
10 lines
159 B
Makefile
DEVROOT = $(HOME)/dev
|
|
DEVMAKE = $(DEVROOT)/make
|
|
|
|
cflags = -I../..
|
|
target = test-convert.exe
|
|
sources = test_convert.cpp
|
|
|
|
include $(DEVMAKE)/makefile
|
|
|