File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ check-clean-git-history:
17
17
# renovate: depName=ghcr.io/developerc286/conventional_commits_linter
18
18
CONVENTIONAL_COMMITS_LINTER_VERSION =0.15.0@sha256:b631a3cdcbed28c8938a2a6b63e16ecfd0d7ff71c28e878815adf9183e1fb599
19
19
20
- .PHONY : check-clean-git-history
20
+ .PHONY : check-conventional-commits-linting
21
21
check-conventional-commits-linting :
22
22
docker run $(DOCKER_RUN_WRITE_OPTS ) ghcr.io/developerc286/conventional_commits_linter:$(CONVENTIONAL_COMMITS_LINTER_VERSION ) --allow-angular-type-only $(FROM )
23
23
@@ -63,8 +63,8 @@ PAYLOAD_SOURCE=output.c
63
63
PAYLOAD_OBJECT =output
64
64
PAYLOAD_CFLAGS =-m32 -fno-stack-protector -z execstack
65
65
66
- payload : $(PAYLOAD_OBJECT )
67
- ./$(PAYLOAD_OBJECT )
66
+ payload : $(PAYLOAD_OBJECT )
67
+ ./$(PAYLOAD_OBJECT )
68
68
69
69
$(PAYLOAD_OBJECT ) : $(PAYLOAD_SOURCE )
70
- $(CC ) -o $(PAYLOAD_OBJECT ) $(PAYLOAD_SOURCE ) $(PAYLOAD_CFLAGS )
70
+ $(CC ) -o $(PAYLOAD_OBJECT ) $(PAYLOAD_SOURCE ) $(PAYLOAD_CFLAGS )
You can’t perform that action at this time.
0 commit comments