mirror of
https://github.com/dennypage/dpinger.git
synced 2024-05-19 06:50:01 +00:00
10 lines
265 B
Makefile
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
|