Skip to content

Commit

Permalink
[gherkin] Activate gherkin-c in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed Jul 16, 2022
1 parent f83de98 commit 34126c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gherkin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LANGUAGES ?= go javascript ruby java perl python dotnet php
LANGUAGES ?= go javascript ruby java perl python dotnet php c
include default.mk

post-release: print-documentation-instructions
Expand Down
4 changes: 4 additions & 0 deletions gherkin/c/default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ SHELL := /usr/bin/env bash
# https://stackoverflow.com/questions/2483182/recursive-wildcards-in-gnu-make
rwildcard=$(foreach d,$(wildcard $(1:=/*)),$(call rwildcard,$d,$2) $(filter $(subst *,%,$2),$d))

# Make "default" the default make target
default:
.PHONY: default

update-dependencies:
# no-op
.PHONY: update-dependencies
Expand Down

0 comments on commit 34126c2

Please sign in to comment.