From 2164c6dc60753550481b18467ae42ebf374e20c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Mon, 3 May 2021 19:46:56 +0000 Subject: [PATCH] Upload New File --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c455040 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +all: + gcc fetchy.c -o /bin/fetchy + +clean: + rm fetchy + +install: + gcc fetchy.c -o /bin/fetchy + +uninstall: + rm /bin/fetchy