Rename code/ to src/.
This commit is contained in:
parent
70921b9103
commit
bd4a449e10
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ endif
|
||||||
all: $(ALL)
|
all: $(ALL)
|
||||||
|
|
||||||
# compiling other source files.
|
# compiling other source files.
|
||||||
%.o: code/%.cpp code/*.h
|
%.o: src/%.cpp src/*.h
|
||||||
$(CXX) $(CXXFLAGS) -c -DVERSION=\"$(VERSION)\" -DPACKLOCATION=\"$(DATADIR)$(PACK)\" -DUSEPACK=$(USEPACK) $<
|
$(CXX) $(CXXFLAGS) -c -DVERSION=\"$(VERSION)\" -DPACKLOCATION=\"$(DATADIR)$(PACK)\" -DUSEPACK=$(USEPACK) $<
|
||||||
|
|
||||||
# linking the program.
|
# linking the program.
|
||||||
|
|
Loading…
Reference in New Issue