Skip to content

Commit

Permalink
remove binaries from source control (including the apparently obsolet…
Browse files Browse the repository at this point in the history
…e libmosquitto.a)

Make the Makefile a little more generic.
  • Loading branch information
sprior committed Jun 18, 2017
1 parent a9211e6 commit e5de349
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKSODIR=lib/x86_64-linux
MOSQUITTO_LIBS=-Lext ext/libmosquitto.a
MOSQUITTO_LIBS=-lmosquitto
SO=so
SOEXT=so
SOBJ=$(PACKSODIR)/mqtt.$(SOEXT)
Expand All @@ -8,7 +8,7 @@ CWFLAGS=-Wall
CMFLAGS=-fno-strict-aliasing -pthread -fPIC -std=c99
CIFLAGS=-I. -Iext/include
DEFS=
CFLAGS=$(COFLAGS) $(CWFLAGS) $(CMFLAGS) $(CIFLAGS) $(PKGCFLAGS) $(DEFS)
CFLAGS=$(COFLAGS) $(CWFLAGS) $(CMFLAGS) $(CIFLAGS) $(PKGCFLAGS) $(DEFS) -I$(PROLOG_HOME)/lib/swipl-$(PROLOG_VER)/include
CXXFLAGS=$(CFLAGS)

LD=gcc
Expand Down
Binary file removed c/mqtt.o
Binary file not shown.
Binary file removed lib/x86_64-linux/libmosquitto.a
Binary file not shown.
Binary file removed lib/x86_64-linux/mqtt.so
Binary file not shown.

0 comments on commit e5de349

Please sign in to comment.