mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-01-07 06:02:12 +03:00
8 lines
198 B
Makefile
8 lines
198 B
Makefile
|
# Configuration Makefile fragment
|
||
|
|
||
|
# Disable use of iconv in the input filter
|
||
|
# CFLAGS := $(CFLAGS) -DWITHOUT_ICONV_FILTER
|
||
|
|
||
|
# Cater for local configuration changes
|
||
|
-include Makefile.config.override
|