From 1d506d8147770a353364895034fcfb2e3cbc13e7 Mon Sep 17 00:00:00 2001 From: forth32 Date: Mon, 13 Feb 2017 09:37:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC=D0=BC?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=BE=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B0?= =?UTF-8?q?=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B7=D0=B4=D0=B5=D0=BB=D0=BE=D0=B2=20=D0=B8=D0=B7=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B8=D0=B7=D0=B2=D0=BE=D0=BB=D1=8C=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 938efcc..3e10320 100755 --- a/Makefile +++ b/Makefile @@ -4,13 +4,14 @@ CFLAGS = -O2 -g -Wno-unused-result .PHONY: all clean -all: balong-usbdload ptable-injector loader-patch +all: balong-usbdload ptable-injector loader-patch ptable-list clean: rm *.o rm balong-usbdload rm ptable-injector rm loader-patch + rm ptable-list #.c.o: # $(CC) -o $@ $(LIBS) $^ qcio.o @@ -23,4 +24,7 @@ ptable-injector: ptable-injector.o parts.o loader-patch: loader-patch.o patcher.o @gcc $^ -o $@ $(LIBS) + +ptable-list: ptable-list.o parts.o + @gcc $^ -o $@ $(LIBS) \ No newline at end of file