Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
StavromulaBeta authored Sep 24, 2024
1 parent 4bad2da commit 4b7082d
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 @@ -18,7 +18,7 @@ src/runtime_bytes.h: src/runtime.h
xxd -i src/runtime.h > src/runtime_bytes.h

src/prelude.h: src/prelude.cog
xxd -i src/prelude.cog src/prelude.h
xxd -i src/prelude.cog > src/prelude.h

src/lexer.c: src/lexer.l
flex -o src/lexer.c src/lexer.l
Expand Down

0 comments on commit 4b7082d

Please sign in to comment.