diff options
Diffstat (limited to 'util-src/makefile')
-rw-r--r-- | util-src/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-src/makefile b/util-src/makefile index 02bad40a..1560fca4 100644 --- a/util-src/makefile +++ b/util-src/makefile @@ -23,6 +23,8 @@ install: $(ALL) clean: rm -f $(ALL) $(patsubst %.so,%.o,$(ALL)) +encodings.o: encodings.c + $(CC) $(CFLAGS) $(IDNA_FLAGS) -c -o $@ $< encodings.so: encodings.o $(LD) $(LDFLAGS) -o $@ $< $(LDLIBS) $(IDNA_LIBS) |