diff --git a/Makefile b/Makefile deleted file mode 100644 index 85dc978..0000000 --- a/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -sherpa: sherpa.c - $(CC) sherpa.c -o sherpa -Wall - printf("Installing latest version of sherpa...") - printf("Installed successfully")