Update Makefile
This commit is contained in:
parent
738f1b84c7
commit
09fb78fe29
|
@ -36,6 +36,9 @@
|
||||||
|
|
||||||
TOPSRCDIR = ..
|
TOPSRCDIR = ..
|
||||||
include $(TOPSRCDIR)/make.inc
|
include $(TOPSRCDIR)/make.inc
|
||||||
|
FFLAGS := $(filter-out -frecursive -Mrecursive,$(FFLAGS))
|
||||||
|
FFLAGS_DRV := $(filter-out -frecursive -Mrecursive,$(FFLAGS_DRV))
|
||||||
|
LDFLAGS := $(filter-out -frecursive -Mrecursive,$(LDFLAGS))
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: single complex double complex16 singleproto doubleproto complexproto complex16proto
|
all: single complex double complex16 singleproto doubleproto complexproto complex16proto
|
||||||
|
|
Loading…
Reference in New Issue