CPP/tests/project.conf

19 lines
198 B
Plaintext

targets=define.o,if.o
cxx=./cpp.sh
cxxflags=
dist=Makefile,cpp.sh
[define.o]
type=object
sources=define.cpp
[define.cpp]
depends=cpp.sh
[if.o]
type=object
sources=if.cpp
[if.cpp]
depends=cpp.sh