indent
This commit is contained in:
parent
f86133527a
commit
0741124604
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
@ -1,8 +1,8 @@
|
||||||
CXX = g++
|
CXX = g++
|
||||||
RM = rm -r
|
RM = rm -r
|
||||||
TAR = tar -cf
|
TAR = tar -cf
|
||||||
CP = cp -r
|
CP = cp -r
|
||||||
MKDIR = mkdir -p
|
MKDIR = mkdir -p
|
||||||
|
|
||||||
SRC_DIR = src
|
SRC_DIR = src
|
||||||
INC_DIR = includes
|
INC_DIR = includes
|
||||||
|
@ -17,7 +17,7 @@ EXE_EXT = out
|
||||||
|
|
||||||
ARCHIVE = binome38.tar
|
ARCHIVE = binome38.tar
|
||||||
ARCHIVE_DIR = Botti-Kennel
|
ARCHIVE_DIR = Botti-Kennel
|
||||||
PDF_DIR = report
|
PDF_DIR = report
|
||||||
|
|
||||||
%.cpp.o: $(SRC_DIR)/%.cpp
|
%.cpp.o: $(SRC_DIR)/%.cpp
|
||||||
$(CXX) -c -o $@ $< $(CXXFLAGS)
|
$(CXX) -c -o $@ $< $(CXXFLAGS)
|
||||||
|
|
Reference in a new issue