Browse Source

Fix clean target, and library search paths

sync
Damiano Boppart 7 years ago
parent
commit
63b2c2f5cc
  1. 2
      Makefile
  2. 2
      Makefile.conf

2
Makefile

@ -53,6 +53,8 @@ $(TARGET): $(WITHOUT_TESTS)
.PHONY: clean .PHONY: clean
clean: clean:
rm -f $(TARGET) $(OBJECTS) *.a test_adapter test_library lib rm -f $(TARGET) $(OBJECTS) *.a test_adapter test_library lib
rm -rf test_adapter.dSYM
rm -rf test_library.dSYM
.PHONY: distclean .PHONY: distclean
distclean: clean distclean: clean

2
Makefile.conf

@ -14,7 +14,7 @@ PREFIX=$(HOME)
######### C and C++ ######### ######### C and C++ #########
LDFLAGS=$(ENGINE_LIB) LDFLAGS=$(ENGINE_LIB) -L.
LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter

Loading…
Cancel
Save