/
githubmirror
/
efifs
Обзор
Документация
Войти
/
githubmirror
/
efifs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.5
Makefile
15 строк
291 B
Pete Batard
add support for building multiple filesystems and add exFAT
02 июл 2014, 02:03
02 июл 2014, 02:03
7c1dc60
Код
Авторство
О чём код?
SRCDIR = grub VPATH = $(SRCDIR) LOCAL_CPPFLAGS = -I$(SRCDIR)/include OBJS = $(SRCDIR)/grub-core/kern/err.o $(SRCDIR)/grub-core/kern/list.o $(SRCDIR)/grub-core/kern/misc.o TARGET = src/libgrub.a all: $(TARGET) include Make.common clean: rm -f $(OBJS) $(TARGET)