Rename code/ to src/.

This commit is contained in:
Guus Sliepen 2013-07-11 14:24:37 +02:00
parent 70921b9103
commit bd4a449e10
59 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ endif
all: $(ALL)
# compiling other source files.
%.o: code/%.cpp code/*.h
%.o: src/%.cpp src/*.h
$(CXX) $(CXXFLAGS) -c -DVERSION=\"$(VERSION)\" -DPACKLOCATION=\"$(DATADIR)$(PACK)\" -DUSEPACK=$(USEPACK) $<
# linking the program.

View File