forked from lix-project/lix
7 lines
128 B
Makefile
7 lines
128 B
Makefile
noinst_PROGRAMS = bin2c
|
|
|
|
bin2c_SOURCES = bin2c.c
|
|
|
|
bin2c$(EXEEXT): bin2c.c
|
|
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c
|