Re-write this according to my current c-taste

This commit is contained in:
2022-06-19 17:19:50 +02:00
parent d57e410587
commit c3a4e27566
10 changed files with 216 additions and 197 deletions

View File

@ -1,7 +1,7 @@
TARGET = prog
TARGET = monitor
LIBS = -lm
CC = gcc
CFLAGS = -O2 -g -Wall
CFLAGS = -O2 -g -Wall -std=gnu11
.PHONY: clean all default