Skip to content

Commit

Permalink
Add temporary no-op jparse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Feb 24, 2023
1 parent de3cbe3 commit 824cc66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# do nothing - hopefully placate the GitHub workflow for now
all:
@:
# compile do-nothing jparse.c - hopefully placate the GitHub workflow for now
all: jparse.c
${CC} jparse.c -o jparse
1 change: 1 addition & 0 deletions jparse.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
int main(void) { }

0 comments on commit 824cc66

Please sign in to comment.