Delete Makefile

This commit is contained in:
everest 2022-03-07 21:14:16 +00:00 committed by GitHub
parent d6bcd76955
commit 3b6e56cf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
sherpa: sherpa.c
$(CC) sherpa.c -o sherpa -O2 -Wall
CPPFLAGS=$$(pkg-config --cflags vte-2.9.1)
printf("Building executable [|]")
printf("Building executable [/]")
printf("Building executable [-]")
printf("Building executable [\]")
printf("Building executable [|]")
mv ./sherpa /usr/bin
printf("Installing [|]")
printf("Installing [/]")
printf("Installing [-]")
printf("Installing [\]")
printf("Installing [|]")
printf("Finished installing")