summaryrefslogtreecommitdiff
path: root/apps/examples/i2schar/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 10:54:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 10:54:58 -0600
commita4d7e282806939ce47853db9de0e80471b0e256f (patch)
tree729184b1f71c606e704e5f1e9d9fb1471f00d3c9 /apps/examples/i2schar/Makefile
parent59d85ec1674ab8c3043d01d95b77e50ebe73f721 (diff)
downloadnuttx-a4d7e282806939ce47853db9de0e80471b0e256f.tar.gz
nuttx-a4d7e282806939ce47853db9de0e80471b0e256f.tar.bz2
nuttx-a4d7e282806939ce47853db9de0e80471b0e256f.zip
Oops wrong else
Diffstat (limited to 'apps/examples/i2schar/Makefile')
-rw-r--r--apps/examples/i2schar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/i2schar/Makefile b/apps/examples/i2schar/Makefile
index b73c56dc6..c609fd5b4 100644
--- a/apps/examples/i2schar/Makefile
+++ b/apps/examples/i2schar/Makefile
@@ -96,7 +96,7 @@ $(INSTALL_DIR)/$(PROGNAME): $(OBJS)
install: $(INSTALL_DIR)/$(PROGNAME)
-#else
+else
install:
endif