add -pkg file to clean target
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user