Two changes commited:

- Replace pattern [torus] with [donut]
- Minor change in README.md
This commit is contained in:
Arkaprabha Chakraborty
2023-10-06 07:59:04 +05:30
parent 3106a3732e
commit f26a0f8f48
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-O2 -lm
BIN=torus
BIN=donut
$(BIN): $(BIN).c
$(CC) $(BIN).c -o $(BIN) $(CFLAGS)