mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-14 06:01:45 +00:00
Converted makeadf to be consistent with imagecon
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
MAKEADFDIR=../tools/makeadf/
|
||||
MAKEADF=$(MAKEADFDIR)/bin/makeadf
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow
|
||||
HOST_CFLAGS=-g $(HOST_WARNINGS)
|
||||
IMAGECONDIR=../tools/imagecon
|
||||
@@ -26,8 +28,8 @@ out:
|
||||
$(IMAGECON):
|
||||
make -C $(IMAGECONDIR)
|
||||
|
||||
$(MAKEADF): ../tools/makeadf.c
|
||||
gcc ../tools/makeadf.c -o $(MAKEADF)
|
||||
$(MAKEADF):
|
||||
make -C $(MAKEADFDIR)
|
||||
|
||||
$(FLOPPY): out/bootblock.bin
|
||||
$(MAKEADF) out/bootblock.bin > $(FLOPPY)
|
||||
|
||||
Reference in New Issue
Block a user