--- gui-x11/Makefile
+++ gui-x11/Makefile
@@ -13,3 +13,6 @@ $(LIB): $(OFILES)
x11.$O: ../glenda-t.xbm
+%.$O: %.c
+ $(CC) $(CFLAGS) $*.c
+