1
0
mirror of https://github.com/dennypage/dpinger.git synced 2024-05-19 06:50:01 +00:00
Files
dennypage-dpinger/Makefile
2023-11-08 10:22:58 -08:00

10 lines
265 B
Makefile

CC=gcc
WARNINGS=-Wall -Wextra -Wformat=2 -Wno-unused-result
#CC=clang
#WARNINGS=-Weverything -Wno-unsafe-buffer-usage -Wno-cast-function-type-strict -Wno-padded -Wno-disabled-macro-expansion -Wno-reserved-id-macro
CFLAGS=${WARNINGS} -pthread -g -O2
all: dpinger