Forward compatibility: flex
[foam-extend-3.2.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / tecio / examples / comtest / Makefile
blob2c6009b07305b63ddd8787e3fcbe020e820719df
1 # Set to appropriate C++ compiler
2 CPP=g++
3 CPPFLAGS=-I../../tecsrc ../../tecio.a
4 EXECUTABLE=comtest
5 FILES=$(EXECUTABLE).c
7 build:
8 $(CPP) $(FILES) $(CPPFLAGS) -o $(EXECUTABLE)
10 clean:
11 rm -f $(EXECUTABLE)