mirror of
https://github.com/eddyem/BTA_utils.git
synced 2026-03-20 00:31:07 +03:00
add J2000, PCScorr and more
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# run `make DEF=...` to add extra defines
|
||||
PROGRAM := bta_print_header
|
||||
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
|
||||
LDFLAGS += -lusefull_macros
|
||||
LDFLAGS += -lusefull_macros -lm -lerfa
|
||||
SRCS := $(wildcard *.c)
|
||||
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
|
||||
OBJDIR := mk
|
||||
|
||||
Reference in New Issue
Block a user