mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 11:40:59 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = Mouse
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|