2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-30 19:52:17 +00:00
Files
convert/test/makefile
2014-05-21 10:33:57 +10:00

10 lines
165 B
Makefile

DEVROOT = $(HOME)/dev
DEVMAKE = $(DEVROOT)/make
cflags = -I../include
target = test-convert.exe
sources = $(wildcard *.cpp)
include $(DEVMAKE)/makefile