add -pkg file to clean target

This commit is contained in:
Mark Oteiza 2017-09-18 20:47:03 -04:00
parent 23c0caf214
commit 70c762072d

View File

@ -24,7 +24,7 @@ check: test/systemd-tests.el systemd.elc
(ert-run-tests-batch-and-exit))" (ert-run-tests-batch-and-exit))"
clean: clean:
$(RM) $(SRC:.el=.elc) $(RM) $(SRC:.el=.elc) systemd-pkg.el
dist: clean systemd-pkg.el dist: clean systemd-pkg.el
mkdir systemd-$(VERSION) mkdir systemd-$(VERSION)