Compare commits
2 Commits
d654b4acde
...
v0.1
Author | SHA1 | Date | |
---|---|---|---|
8007299886 | |||
bb8509fc00 |
4
Makefile
4
Makefile
@@ -198,11 +198,11 @@ cleanlibdir:
|
|||||||
$(DLIB): LDFLAGS += -shared
|
$(DLIB): LDFLAGS += -shared
|
||||||
$(DLIB): $(OBJ) | $(LIBDIR)
|
$(DLIB): $(OBJ) | $(LIBDIR)
|
||||||
@echo "building shared library ($@)."
|
@echo "building shared library ($@)."
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) $? -o $@
|
@$(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
|
||||||
|
|
||||||
$(SLIB): $(OBJ) | $(LIBDIR)
|
$(SLIB): $(OBJ) | $(LIBDIR)
|
||||||
@echo "building static library ($@)."
|
@echo "building static library ($@)."
|
||||||
$(AR) $(ARFLAGS) $@ $? > /dev/null
|
@$(AR) $(ARFLAGS) $@ $? > /dev/null
|
||||||
|
|
||||||
##################################### tests
|
##################################### tests
|
||||||
.PHONY: testbins cleanbin cleanbindir
|
.PHONY: testbins cleanbin cleanbindir
|
||||||
|
Reference in New Issue
Block a user