blog-files/2108-compare/Makefile

11 lines
247 B
Makefile

## Simple Makefile by vedri
## Code available at https://git.disroot.org/botanicals/blog-files
# Compiler and flags
CC=gcc
CFLAGS=-Wall -Wextra -pedantic
LDLIBS=-lm # math.h library
# No recipes necessary.
# `make` builds using implicit rules.