Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emigre committed Nov 22, 2016
1 parent d8342fc commit 05e334b
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/android/androidAccelerometerExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidAdvanced3DExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidAssimpExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidAudioExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidCameraExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidEmptyExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidFontExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidGuiExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidImageExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidJavaOnlyActivityExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidMultiOFActivitiesExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidOpenCVExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidOpenCVFaceExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidPolygonExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidShaderExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidSoundPlayerExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidSwipeExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidTouchExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidVBOExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidVibratorExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion examples/android/androidVideoExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/linux64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/linuxarmv6l/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/linuxarmv7l/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/msys2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/osx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OFROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../..)
endif

# call the project makefile!
Expand Down

0 comments on commit 05e334b

Please sign in to comment.