summaryrefslogtreecommitdiff
path: root/Applications/Debugger/Makefile
blob: c03aec4ed30fc2800d201cc569277f1a8cc50380 (plain)
1
2
3
4
5
6
7
8
OBJS = \
    main.o

PROGRAM = Debugger

LIB_DEPS = Core X86 Debug Line

include ../../Makefile.common