Skip to content

Commit

Permalink
new(driverkit): make cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido committed Sep 2, 2020
1 parent 6be740c commit 0f876dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions driverkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ specific_target: $(patsubst config_%,%,$(subst /,_,$(wildcard config/*/${TARGET_
prepare: $(addprefix prepare_,$(VERSIONS))
publish: $(addprefix publish_,$(VERSIONS))

cleanup:
utils/cleanup -p ${BINTRAY_SECRET} $(addprefix -v ,$(VERSIONS))

# $(1): pseudo-target name
# $(2): driver version
# $(3): config file path
Expand Down

0 comments on commit 0f876dd

Please sign in to comment.