summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6304512..00609c9 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,6 @@ i18n: $(I18Nmo)
### Targets:
all: libvdr-$(PLUGIN).so i18n
- @sh ./Checkpatch.sh
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@