fix: preserve emoji commits through XIM

This commit is contained in:
2026-08-12 16:40:58 +09:00
parent 3f5e107230
commit 71af269efe
5 changed files with 62 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ $(PROG): $(OBJS) ../ipc.c ../ipc.h
$(OBJS): ../ipc.h
$(TEST): ../tests/xim_test.c keymap.c keymap.h
$(CC) $(CFLAGS) -o $@ ../tests/xim_test.c keymap.c $(XIM_LIBS)
$(TEST): ../tests/xim_test.c keymap.c keymap.h ximtext.c ximtext.h
$(CC) $(CFLAGS) -o $@ ../tests/xim_test.c keymap.c ximtext.c $(XIM_LIBS)
check: $(TEST)
./$(TEST)