Skip to content

Commit b980b98

Browse files
committed
Fix stale path.
1 parent b546c01 commit b980b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resample/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CFLAGS := $(CFLAGS) -O2 -ffast-math -fstrict-aliasing -march=native
22
CXXFLAGS := $(CXXFLAGS) -std=c++14 -Wall
33
LDFLAGS := $(LDFLAGS)
44

5-
ARRAY_DEPS := ../../array.h ../image.h ../benchmark.h
5+
ARRAY_DEPS := ../../array.h ../../image.h ../benchmark.h
66
HEADERS := resample.h rational.h
77

88
GRAPHICSMAGICK_CONFIG := `GraphicsMagick++-config --cppflags --cxxflags --ldflags --libs`

0 commit comments

Comments
 (0)