mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:39:38 +01:00
15 lines
170 B
Makefile
15 lines
170 B
Makefile
#
|
|
# Makefile.fpc for Fake GDB
|
|
#
|
|
|
|
[target]
|
|
units=gdbcon gdbint
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
gdbint$(PPUEXT): gdbint.pas
|
|
|
|
gdbcon$(PPUEXT): gdbcon.pas gdbint$(PPUEXT)
|