diff options
Diffstat (limited to 'Swift/Makefile.inc')
-rw-r--r-- | Swift/Makefile.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Swift/Makefile.inc b/Swift/Makefile.inc deleted file mode 100644 index ab677af..0000000 --- a/Swift/Makefile.inc +++ /dev/null @@ -1,10 +0,0 @@ -include Swift/Controllers/Makefile.inc -include Swift/QtUI/Makefile.inc -include Swift/Packaging/Debian/Makefile.inc - -INSTALL_TARGETS += install-swift - -.PHONY: install-swift -install-swift: qt - install -d $(DESTDIR)$(bindir) - install Swift/QtUI/swift $(DESTDIR)$(bindir) |