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