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