summaryrefslogtreecommitdiff
path: root/Games/Minesweeper/Makefile
AgeCommit message (Collapse)Author
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
Instead of LibGUI and WindowServer building their own copies of the drawing and graphics code, let's it in a separate LibDraw library. This avoids building the code twice, and will encourage better separation of concerns. :^)
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-04-26Games: Use Makefile.common here too.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
This makes it a bit easier to use AK templates out-of-tree.
2019-04-13Minesweeper: Start working on a simple minesweeper game. :^)Andreas Kling