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.
This commit is contained in:
Amadeusz Piotr Żołnowski 2019-10-20 23:57:42 +01:00
parent e43e262b2d
commit c104d73a85
No known key found for this signature in database
GPG Key ID: CBCC8023F59E1704

View File

@ -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)