mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = Calculator
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|