summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/Makefile')
-rw-r--r--apps/examples/pashello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/pashello/Makefile b/apps/examples/pashello/Makefile
index 6e2579191..11d99ce56 100644
--- a/apps/examples/pashello/Makefile
+++ b/apps/examples/pashello/Makefile
@@ -77,7 +77,7 @@ $(BIN): $(OBJS)
$(call ARCHIVE, $@, $${obj}); \
done ; )
@touch .built
-
+
.built: $(BIN)
.depend: Makefile $(SRCS)