Skip to content

Commit 18ae7e8

Browse files
pvinh-spikecinterloper
authored andcommitted
Add "tar" target to top makefile
1 parent 43832d1 commit 18ae7e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ deb: prep
7676
rpm: prep
7777
$(MAKE) -C $(SOURCE_ROOT)/pkg/ $@
7878

79+
.PHONY: tar
80+
tar: prep
81+
$(MAKE) -C $(SOURCE_ROOT)/pkg/ $@
82+
7983
.PHONY: prep
8084
prep: one-dir
8185
$(MAKE) -C $(SOURCE_ROOT)/pkg/ $@

0 commit comments

Comments
 (0)