summaryrefslogtreecommitdiff
path: root/Applications/Taskbar/Makefile
blob: 04cc970041c04bf22f302486b3d8cea010b72132 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../../Makefile.common

OBJS = \
    TaskbarWindow.o \
    TaskbarButton.o \
    WindowList.o \
    main.o

APP = Taskbar

include ../Makefile.common