Skip to content

Commit

Permalink
MAINT Don't force pyodide-lock.json in Makefile
Browse files Browse the repository at this point in the history
I find this quite annoying.
  • Loading branch information
hoodmane committed Feb 22, 2025
1 parent 6269bfa commit 1401ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ $(CPYTHONLIB): emsdk/emsdk/.complete
@date +"[%F %T] done building cpython..."


dist/pyodide-lock.json: FORCE
dist/pyodide-lock.json:
make pyodide_build
@date +"[%F %T] Building packages..."
make -C packages
Expand Down

0 comments on commit 1401ad3

Please sign in to comment.