little fix

This commit is contained in:
eddyem
2017-03-15 10:18:49 +03:00
parent c2a06aac3a
commit f08fe7fc31
8 changed files with 67 additions and 45 deletions

View File

@@ -19,7 +19,7 @@ debayer.o : debayer.cpp
sbig340 : $(SRCS) debayer.o
@echo -e "\t\tBuild sbig340"
$(CC) -DDAEMON $(CFLAGS) -std=gnu99 $(DEFINES) $(LDFLAGS) $(LDIMG) $(SRCS) -o $@
$(CC) $(CFLAGS) -std=gnu99 $(DEFINES) $(LDFLAGS) $(LDIMG) $(SRCS) debayer.o -o $@
# $(CC) -c $(CFLAGS) -std=gnu99 $(DEFINES) $(SRCS)
# $(CPP) $(LDFLAGS) $(OBJS) debayer.o -o $@