summaryrefslogtreecommitdiff
path: root/Applications/Calculator/Makefile
blob: 05ab47eb2d51208fae4f741dc26e3316f05c7969 (plain)
1
2
3
4
5
6
7
8
9
10
11
OBJS = \
    Calculator.o \
    Keypad.o \
    CalculatorWidget.o \
    main.o

PROGRAM = Calculator

LIB_DEPS = GUI Gfx IPC Core

include ../../Makefile.common