Skip to content

Commit

Permalink
Добавлена программа просмотра таблицы разделов из произвольного файла
Browse files Browse the repository at this point in the history
  • Loading branch information
forth32 committed Feb 13, 2017
1 parent 762a458 commit 1d506d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -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
Expand All @@ -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)

1 comment on commit 1d506d8

@anix22
Copy link

@anix22 anix22 commented on 1d506d8 Apr 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to make file
i am new and not know forth32 please guide

Please sign in to comment.