1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 13:41:01 +00:00
serenity/Applications/Calendar/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