]> git.llucax.com Git - software/bife/fast.git/blob - tests/Makefile
Se version inicial del nona (solo tiene fast, sistema de templates implementado con...
[software/bife/fast.git] / tests / Makefile
1 CXXFLAGS=-Wall -g -I../include #-DDEBUG
2
3 bate: fast.cpp ../src/get_file_content.cpp ../include/fast/basic_template.h
4         $(CXX) $(CXXFLAGS) -o fast fast.cpp ../src/get_file_content.cpp