mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-03-20 00:31:07 +03:00
fixed bugs with dead without net in bta_mirtemp
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
PROGRAM = bta_mirtemp
|
||||
LDFLAGS = -lcrypt
|
||||
#-lm -lsla
|
||||
SRCS = $(wildcard *.c)
|
||||
CC = gcc
|
||||
DEFINES = -D_XOPEN_SOURCE=666
|
||||
DEFINES = -D_XOPEN_SOURCE=1111 -D_GNU_SOURCE
|
||||
# -DEBUG
|
||||
CXX = gcc
|
||||
CFLAGS = -Wall -Werror -Wextra $(DEFINES) -pthread
|
||||
|
||||
Reference in New Issue
Block a user