add -pkg file to clean target
This commit is contained in:
parent
23c0caf214
commit
70c762072d
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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user