Bladeren bron

Don't clean tilda files in qubes-rpc

These are not created by build system, but by some editors. Developers
should deal with extra files created by theirs editors outside of build
files.
Amadeusz Piotr Żołnowski 4 jaren geleden
bovenliggende
commit
c104d73a85
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      qubes-rpc/Makefile

+ 1 - 1
qubes-rpc/Makefile

@@ -25,7 +25,7 @@ qfile-unpacker: qfile-unpacker.o gui-fatal.o
 tar2qfile: tar2qfile.o gui-fatal.o
 
 clean:
-	-$(RM) qopen-in-vm qfile-agent qfile-unpacker tar2qfile vm-file-editor *.o *~
+	-$(RM) qopen-in-vm qfile-agent qfile-unpacker tar2qfile vm-file-editor *.o
 
 install:
 	install -d $(DESTDIR)$(BINDIR)