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