about summary refs log blame commit diff
path: root/src/bin2c/Makefile.am
blob: f5f118d052d4dd0a03669019f05d814f4f9ce643 (plain) (tree)
1
2
3
4
5
6


                       


                                                           
noinst_PROGRAMS = bin2c

bin2c_SOURCES = bin2c.c

bin2c: bin2c.c
       $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c