mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-12-08 08:02:15 +00:00
Include disk images for examples
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
IMAGECON=./bin/imagecon
|
||||
IMAGECON=./out/imagecon
|
||||
SRCS=imagecon.c
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow -limagequant
|
||||
HOST_CFLAGS=$(HOST_WARNINGS)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
MAKEADF=./bin/makeadf
|
||||
MAKEADF=./out/makeadf
|
||||
SRCS=makeadf.c
|
||||
HOST_WARNINGS=-pedantic-errors -Wfatal-errors -Wall -Werror -Wextra -Wno-unused-parameter -Wshadow
|
||||
HOST_CFLAGS=$(HOST_WARNINGS)
|
||||
|
||||
Reference in New Issue
Block a user