summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/consoled/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-core/consoled/files/Makefile')
-rw-r--r--common/recipes-core/consoled/files/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/recipes-core/consoled/files/Makefile b/common/recipes-core/consoled/files/Makefile
new file mode 100644
index 0000000..2b30ef2
--- /dev/null
+++ b/common/recipes-core/consoled/files/Makefile
@@ -0,0 +1,11 @@
+# Copyright 2015-present Facebook. All Rights Reserved.
+all: consoled
+
+
+consoled: consoled.o
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
+
+.PHONY: clean
+
+clean:
+ rm -rf *.o consoled
OpenPOWER on IntegriCloud