]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blobdiff - src/Makefile
Move the creation of output file into new class and file. Create methods set and...
[boost-statechart-viewer.git] / src / Makefile
index c319801ecde4fd639049f037f5d49139857d552b..42b4114a12763d50c03a460aa561ab07f4930705 100644 (file)
@@ -2,7 +2,7 @@ include ../Makefile.config
  
 LLVM_FLAGS := $(shell $(LLVM_CONFIG) --cxxflags --ldflags --libs jit core)
 
-visualizer: visualizer.cpp stringoper.h
+visualizer: visualizer.cpp stringoper.h iooper.h
        $(CXX) $< -o $@ -g -Wall -lclangParse -lclangFrontend -lclangSerialization \
        -lclangDriver -lclangCodeGen -lclangSema \
        -lclangAnalysis -lclangRewrite -lclangAST -lclangLex -lclangBasic \