diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-29 12:10:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-29 12:10:39 +0200 |
commit | 79afa612b6e00bbcd1ae1004ab0d32307affb68c (patch) | |
tree | 3d13966eae7b0a5e20f0b595a6c3a4657efcc901 /Makefile | |
parent | fe8b5cf21d002121f911c1531495f032869007f8 (diff) | |
download | jenkinsfiles-79afa612b6e00bbcd1ae1004ab0d32307affb68c.tar.gz |
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
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/*~ + |