diff options
Diffstat (limited to 'minesweeper/Makefile')
-rw-r--r-- | minesweeper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minesweeper/Makefile b/minesweeper/Makefile new file mode 100644 index 0000000..d0bd6f8 --- /dev/null +++ b/minesweeper/Makefile @@ -0,0 +1,2 @@ +make all: + gcc mine.c -o mine -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 |