Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit de1ec71

Browse files
uniemimutogashidm
authored andcommitted
makefile cleanup
Running licenses twice printed errors. Now with a cleanup at start. Fix consistent usage of parenthesis for makefile variables. Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
1 parent 23dc8ae commit de1ec71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gpu-aware-scheduling/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ clean:
4141
rm -rf vendor licenses
4242

4343
licenses:
44-
GO111MODULE=on go run ${GOLICENSES_PREFIX}github.com/google/go-licenses${GOLICENSES_VERSION} \
44+
rm -rf licenses
45+
GO111MODULE=on go run $(GOLICENSES_PREFIX)github.com/google/go-licenses$(GOLICENSES_VERSION) \
4546
save "./cmd/gas-scheduler-extender" --save_path licenses
4647

4748
mock:

0 commit comments

Comments
 (0)