mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 13:41:01 +00:00
12 lines
176 B
Makefile
12 lines
176 B
Makefile
OBJS = \
|
|
Calendar.o \
|
|
CalendarWidget.o \
|
|
AddEventDialog.o \
|
|
main.o
|
|
|
|
PROGRAM = Calendar
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|
|
|