Introduction
Introduction Statistics Contact Development Disclaimer Help
tmove linker flags to end of line - simple_DEM - a simple 2D Discrete Element M…
git clone git://src.adamsgaard.dk/simple_DEM
Log
Files
Refs
LICENSE
---
commit 52a46f334107f907709c131987a2db26ba237f5a
parent 4a6f41cd760db08c92f63dd77ab1103c96dc3b99
Author: Anders Damsgaard <[email protected]>
Date: Fri, 2 Jun 2017 10:30:23 -0400
move linker flags to end of line
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -9,7 +9,7 @@ BIN=simple_DEM
DEPS=header.h global_properties.h
$(BIN): $(OBJ)
- $(CC) $(LDFLAGS) $^ -o $@
+ $(CC) $^ -o $@ $(LDFLAGS)
%.o: %.c $(DEPS)
$(CC) -c -o $@ $< $(CFLAGS)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.