1 2 3 4 5 6 7
all: iconv_8to32 iconv_8to32: iconv_8to32.c $(CC) -o $@ $< -liconv clean: rm -f iconv_8to32 *.o