Skip to content

Commit

Permalink
chore: update some example names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjercan committed Apr 4, 2024
1 parent 27ba1d5 commit f7b90d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ clean:
@rm -f coolc

examples: all
./coolc examples/gol.cl --module prelude -o build/gol
./coolc examples/rule110.cl --module prelude --module data -o build/rule110
./coolc examples/gol.cl --module prelude -o build/gol
./coolc examples/raylib.cl --module raylib -o build/raylib
./coolc examples/game.cl --module raylib -o build/game
./coolc examples/movement.cl --module raylib -o build/movement
./coolc examples/snake.cl --module raylib --module random -o build/snake
./coolc examples/server.cl --module prelude -o build/server
./coolc examples/sockets.cl --module prelude -o build/sockets
./coolc examples/threading.cl --module threading -o build/threading

game: all
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f7b90d7

Please sign in to comment.