1
0
Fork 0
mirror of https://github.com/jezhiggins/arabica synced 2025-02-17 09:33:58 +01:00
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 $@ $<