Merge pull request #332 from zhsj/rm-makefile

Cleanup unexpected Makefile
This commit is contained in:
Simon Fels 2017-07-07 10:45:43 +02:00 committed by GitHub
commit c876405379
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
all:

2
debian/rules vendored
View file

@ -11,6 +11,8 @@ VERSION=$(shell dpkg-parsechangelog -SVersion)
%:
dh $@ --parallel --fail-missing --with systemd
override_dh_auto_configure:
override_dh_auto_build:
cat data/anbox.service.in | sed s:@SNAP_MOUNT_DIR@:/snap/bin:g > data/anbox.service
cat data/anbox.conf.in | sed s:@SNAP_MOUNT_DIR@:/snap/bin:g > data/anbox.conf