1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

mkbootimg generating LFN FAT and Minix3 file systems

This commit is contained in:
bzt 2021-03-19 07:01:45 +01:00
parent c74b2a0d67
commit 0f02ca3804

View file

@ -1,7 +1,7 @@
TARGET = mkbootimg TARGET = mkbootimg
CC = gcc CC = gcc
CFLAGS = -Wall -Wextra -ansi -pedantic -g CFLAGS = -Wall -Wextra -ansi -pedantic
SRCS = $(filter-out bin2h.c data.c,$(wildcard *.c)) data.c SRCS = $(filter-out bin2h.c data.c,$(wildcard *.c)) data.c
ifneq ("$(wildcard /bin/*.exe)","") ifneq ("$(wildcard /bin/*.exe)","")