created makefile

This commit is contained in:
Alessandro Mauri 2020-04-18 14:01:53 +02:00
parent 352bd1f838
commit 9df5f5f8de

9
makefile Normal file
View File

@ -0,0 +1,9 @@
CC = gcc
CFLAGS = -Wall -Werror -pedantic -O2
macrod: macrod.o
macrod.o: macrod.c
clean:
rm macrod *.o