1
0
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:
alpine9000
2016-03-01 21:00:27 +11:00
parent d1152727df
commit 3a3a575728
14 changed files with 5 additions and 11 deletions

View File

@ -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)

View File

@ -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)