From eee758046f83087c13761021ea3ded143f2b9451 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 18 May 2022 11:13:21 +0530 Subject: [PATCH] Delete Makefile --- Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 Makefile diff --git a/Makefile b/Makefile deleted file mode 100755 index 6868652..0000000 --- a/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -deb: - @sudo apt install gcc python3 - -arch: - @sudo pacman -S gcc python3 - -build: doughnut.c - @gcc -o doughnut.out doughnut.c -lm - -run-c: doughnut.out - @./doughnut.out - -run-cd: doughnut.out - @./doughnut.out --enable-dynamic-resolution - -run-py: doughnut.py - @python3 doughnut.py - -clean: doughnut.out - @rm doughnut.out