Skip to content

Commit

Permalink
Add missing rules to Makefile for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xexyl committed Jul 14, 2024
1 parent 4b3ed64 commit a423323
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ slow_prep:
prep:
@echo "Nothing to do yet."

# XXX - update this when jparse code populated - XXX
slow_release:
@echo "Nothing to do yet."

# XXX - update this when jparse code populated - XXX
release:
@echo "Nothing to do yet."

# XXX - update this when jparse code populated - XXX
install:
@echo "Nothing to install."
Expand Down

0 comments on commit a423323

Please sign in to comment.