diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index de026220..20b445c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,4 +47,6 @@ guestfs_protocol.h: guestfs_protocol.x rm -f $@-t $(RPCGEN) -h -o $@-t $< mv $@-t $@ -endif
\ No newline at end of file +endif + +CLEANFILES = *~ |