mirror of
https://github.com/boostorg/convert.git
synced 2026-01-30 19:52:17 +00:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
DEVROOT = $(HOME)/dev
|
|
DEVMAKE = $(DEVROOT)/make
|
|
|
|
cflags = -I../include
|
|
target = test-convert.exe
|
|
sources = $(wildcard *.cpp)
|
|
|
|
include $(DEVMAKE)/makefile
|
|
|