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:
parent
c74b2a0d67
commit
0f02ca3804
1 changed files with 1 additions and 1 deletions
|
@ -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)","")
|
||||||
|
|
Loading…
Reference in a new issue