mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
11 lines
161 B
Makefile
11 lines
161 B
Makefile
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = Calculator
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|