aboutsummaryrefslogtreecommitdiff
path: root/documentation/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/TARGETS')
-rw-r--r--documentation/TARGETS30
1 files changed, 30 insertions, 0 deletions
diff --git a/documentation/TARGETS b/documentation/TARGETS
new file mode 100644
index 0000000..ff5476f
--- /dev/null
+++ b/documentation/TARGETS
@@ -0,0 +1,30 @@
+
+# Configuration
+#
+
+configuration
+configure : disfigure
+disfigure : clean
+
+# build
+#
+
+build : configuration
+clean
+
+
+# test
+#
+test : build
+
+
+# install
+#
+install : build
+uninstall
+
+
+# help
+#
+
+help