summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/helloxx/Makefile')
-rwxr-xr-xapps/examples/helloxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index 5cbf55ef3..e4f58a4ea 100755
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -87,7 +87,7 @@ $(BIN): chkcxx $(OBJS)
$(call ARCHIVE, $@, $${obj}); \
done ; )
@touch .built
-
+
.built: $(BIN)
.depend: Makefile $(SRCS)