/
githubmirror
/
open-iscsi
Обзор
Документация
Войти
/
githubmirror
/
open-iscsi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sysdeps/Makefile
20 строк
314 B
Lee Duncan
Small bug fixes (#364)
06 сен 2022, 18:54
Не верифицирован
06 сен 2022, 18:54
7726ecc
Код
Авторство
О чём код?
# This Makefile will work only with GNU make. CFLAGS ?= -O2 -fno-inline -g CFLAGS += $(WARNFLAGS) -Wall -Wstrict-prototypes SYSDEPS_OBJS=sysdeps.o all: $(SYSDEPS_OBJS) clean: $(RM) *.o .depend distclean: ; .PHONY: all clean distclean depend depend: $(CC) $(CFLAGS) -M `ls *.c` > .depend -include .depend