6 lines
125 B
Makefile
6 lines
125 B
Makefile
|
AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS)
|
||
|
|
||
|
# need to use build-native compiler
|
||
|
CC = $(CC_FOR_BUILD)
|
||
|
noinst_PROGRAMS = makekeys
|