mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
Makefile: Some cleanups
Reorder and reformat some arguments so it looks more streamlined during the build process. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
@ -20,7 +20,7 @@ CRUCIBLE_OBJS = \
|
||||
uuid.o \
|
||||
.version.o \
|
||||
|
||||
libcrucible.so: $(CRUCIBLE_OBJS)
|
||||
libcrucible.so: $(CRUCIBLE_OBJS) -luuid
|
||||
|
||||
include ../makeflags
|
||||
|
||||
@ -42,4 +42,4 @@ include depends.mk
|
||||
$(CXX) $(CXXFLAGS) -fPIC -o $@ -c $<
|
||||
|
||||
%.so:
|
||||
$(CXX) $(LDFLAGS) -fPIC -o $@ $^ -shared -Wl,-soname,$@ -luuid
|
||||
$(CXX) $(LDFLAGS) -fPIC -shared -Wl,-soname,$@ -o $@ $^
|
||||
|
Reference in New Issue
Block a user