aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-29 12:10:39 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-03-29 12:10:39 +0200
commit79afa612b6e00bbcd1ae1004ab0d32307affb68c (patch)
tree3d13966eae7b0a5e20f0b595a6c3a4657efcc901 /Makefile
parentfe8b5cf21d002121f911c1531495f032869007f8 (diff)
downloadjenkinsfiles-79afa612b6e00bbcd1ae1004ab0d32307affb68c.tar.gz
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9e04958
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+
+all:
+ @echo "targets: clean"
+
+clean:
+ rm -f *~ scripts/*~
+