mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-11 05:40:00 +00:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
OBJS = \
|
|
Field.o \
|
|
main.o
|
|
|
|
PROGRAM = Minesweeper
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|