Clean Makefile indentation.
This commit is contained in:
parent
c918ca5504
commit
20055e22c5
2 changed files with 5 additions and 6 deletions
10
Makefile
10
Makefile
|
@ -1,8 +1,8 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 -ffast-math -g -Werror
|
||||
DEFINES = -DSIMD
|
||||
BUILD_DIR=/tmp
|
||||
IMG=img/lena.ppm
|
||||
CXX = clang++
|
||||
CXXFLAGS = -std=c++11 -W -Wall -O3 -ffast-math -g -Werror
|
||||
DEFINES = -DSIMD
|
||||
BUILD_DIR = /tmp
|
||||
IMG = img/lena.ppm
|
||||
|
||||
all: rotation.cpp
|
||||
$(CXX) $(CXXFLAGS) $(DEFINES) $< -o $(BUILD_DIR)/rotation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue