/
githubmirror
/
efifs
Обзор
Документация
Войти
/
githubmirror
/
efifs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.4
Makefile
16 строк
338 B
Pete Batard
library and driver cleanup
23 июн 2014, 02:26
23 июн 2014, 02:26
36a28f9
Код
Авторство
О чём код?
SRCDIR = grub VPATH = $(SRCDIR) FS_NAME = ntfs LOCAL_CPPFLAGS = -I$(SRCDIR)/include OBJS = $(SRCDIR)/grub-core/kern/err.o $(SRCDIR)/grub-core/kern/list.o $(SRCDIR)/grub-core/kern/misc.o $(SRCDIR)/grub-core/fs/fshelp.o TARGET = src/libgrub.a all: $(TARGET) include Make.common clean: rm -f $(OBJS) $(TARGET)