Skip to content

Commit

Permalink
Removed building python with all from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylb123 committed May 10, 2022
1 parent 5baedc5 commit c623daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ ifneq ($(DEB_HOST_MULTIARCH),)
endif
endif

all: usbrelay libusbrelay.so python
all: usbrelay libusbrelay.so

install_all: install install_py

libusbrelay.so: libusbrelay.c libusbrelay.h
$(CC) -shared -fPIC $(CPPFLAGS) $(CFLAGS) $< $(LDFLAGS) -o $@ $(LDLIBS)
Expand Down

0 comments on commit c623daa

Please sign in to comment.