diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..9ef42a60433a5b224f335bcf7b46dca36b8ba6ab --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ + +programm: linked.c function.c + gcc -O2 -o programm linked.c function.c