mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
12 lines
144 B
Makefile
12 lines
144 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
Calculator.o \
|
|
Keypad.o \
|
|
CalculatorWidget.o \
|
|
main.o
|
|
|
|
APP = Calculator
|
|
|
|
include ../Makefile.common
|