This commit is contained in:
Eelco Dolstra 2010-03-16 13:01:52 +00:00
parent fe1b8781ae
commit f0c473c5f7
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ noinst_PROGRAMS = bin2c
bin2c_SOURCES = bin2c.c
bin2c: bin2c.c
bin2c$(EXEEXT): bin2c.c
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c