about summary refs log blame commit diff
path: root/src/bin2c/Makefile.am
blob: 2245ff3a26a868c24b35819807ea80e96b797fcc (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