arabica/Makefile.rules

6 lines
115 B
Text
Raw Normal View History

2003-09-10 15:34:10 +02:00
##########################################
# Basic rules
%.o : %.cpp
$(CXX) $(CXXFLAGS) $(INCS_DIRS) -c -o $@ $<