mirror of
https://github.com/eddyem/SBIG_340.git
synced 2026-03-20 08:41:00 +03:00
little fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# run `make DEF=...` to add extra defines
|
||||
PROGRAM := sbig340
|
||||
LDFLAGS := -ltiff -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
|
||||
LDFLAGS := -ltiff -lm -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
|
||||
SRCS := $(wildcard *.c)
|
||||
DEFINES := $(DEF) -D_XOPEN_SOURCE=1111 -DEBUG
|
||||
OBJDIR := mk
|
||||
|
||||
Reference in New Issue
Block a user