commit 022c4a25f0b581c55aad377d360f8c4272db98ab Author: a.pivkin Date: Mon Aug 5 07:13:10 2024 +0300 linters pipeline diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f7eb25d --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + echo $$datadir + diff --git a/blah b/blah new file mode 100755 index 0000000..a91fffd Binary files /dev/null and b/blah differ diff --git a/blah.c b/blah.c new file mode 100644 index 0000000..76e8197 --- /dev/null +++ b/blah.c @@ -0,0 +1 @@ +int main() { return 0; } diff --git a/blah.o b/blah.o new file mode 100644 index 0000000..40d2784 Binary files /dev/null and b/blah.o differ diff --git a/subdir/inside_file b/subdir/inside_file new file mode 100644 index 0000000..e69de29 diff --git a/subdir/makefile b/subdir/makefile new file mode 100644 index 0000000..2f4d488 --- /dev/null +++ b/subdir/makefile @@ -0,0 +1,2 @@ +hello: + touch inside_file \ No newline at end of file