summaryrefslogtreecommitdiff
path: root/Applications/Calendar/Makefile
blob: 9e8444cb3799729fdaf7ff27cf6625187e36af0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OBJS = \
       Calendar.o \
       CalendarWidget.o \
       AddEventDialog.o \
       main.o

PROGRAM = Calendar

LIB_DEPS = GUI Gfx IPC Core

include ../../Makefile.common