summaryrefslogtreecommitdiff
path: root/examples/Makefile.examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.examples')
-rw-r--r--examples/Makefile.examples9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/Makefile.examples b/examples/Makefile.examples
new file mode 100644
index 0000000..05c7831
--- /dev/null
+++ b/examples/Makefile.examples
@@ -0,0 +1,9 @@
+CFLAGS = -g -Wall
+LDFLAGS = -lattr
+
+PROGS = copyattr
+
+all : $(PROGS)
+
+clean:
+ rm -f $(PROGS)