From f4a8c214a5424bd2c3fb79a6521df9683b27c249 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 27 Oct 2017 17:47:13 -0400 Subject: Makefile.am: Clean up version.c Since commit 3db7f3d, it is no longer immediately removed after linking. --- diff --git a/Makefile.am b/Makefile.am index f026e0f..523d2a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ marquee_CPPFLAGS = \ marquee_LDADD = \ $(GTK_LIBS) \ $(WEBKIT2GTK_LIBS) +CLEANFILES = version.c marquee$(EXEEXT): $(marquee_OBJECTS) $(marquee_DEPENDENCIES) \ $(EXTRA_marquee_DEPENDENCIES) -- cgit v0.9.1