Skip to content

Commit

Permalink
Fix/Mauvais nom de jeu dans Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehadel committed Nov 15, 2023
1 parent d6e84ff commit 08e5d2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*.swp
*.swo
<

#dossier config GitHub pages
.github/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ play:

love:
mkdir -p dist
cd src && zip -r ../dist/AsteroidsRace.love .
cd src && zip -r ../dist/MiniShooter.love .

js: love
love.js -c --title="Asteroids Race" ./dist/AsteroidsRace.love ./dist/js
love.js -c --title="Mini Shooter" ./dist/MiniShooter.love ./dist/js

0 comments on commit 08e5d2d

Please sign in to comment.