mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
executables are now built into a common area on unix (and they
already were on win32).
This commit is contained in:
@@ -4,7 +4,7 @@ include $(DEPTH)/Makecommon
|
||||
#
|
||||
# target file
|
||||
#
|
||||
TARGETS = server
|
||||
TARGET = server
|
||||
|
||||
#
|
||||
# source files
|
||||
@@ -40,8 +40,9 @@ LLDLIBS = \
|
||||
-lpthread \
|
||||
$(NULL)
|
||||
|
||||
targets: $(TARGETS)
|
||||
targets: $(BINTARGET)
|
||||
|
||||
$(TARGETS): $(OBJECTS) $(DEPLIBS)
|
||||
$(BINTARGET): $(OBJECTS) $(DEPLIBS)
|
||||
if test ! -d $(BINDIR); then $(MKDIR) $(BINDIR); fi
|
||||
$(CXX) $(CXXFLAGS) -o $@ $(OBJECTS) $(LDFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user