This is trash

This commit is contained in:
2021-09-07 20:55:29 +02:00
commit e99f9ba1c9
2 changed files with 41 additions and 0 deletions

5
makefile Normal file
View File

@ -0,0 +1,5 @@
CC=clang
CFLAGS=--pedantic --std=c99 -lm
main: main.c
$(CC) $(CFLAGS) -o pi main.c