This commit is contained in:
2023-10-06 16:44:56 +01:00
parent 5af4c707eb
commit 7bb7fc04b1
5 changed files with 99 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
CFLAGS=-lm
%.c:
$(CC) $(CFLAGS) -c $< -o $*