arabica/Makefile.rules
2003-09-10 13:34:10 +00:00

5 lines
115 B
Text

##########################################
# Basic rules
%.o : %.cpp
$(CXX) $(CXXFLAGS) $(INCS_DIRS) -c -o $@ $<