mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-05 20:50:39 +01:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
# $Id$
|
|
#
|
|
# Makefile.fpc for Lazarus for Free Pascal
|
|
#
|
|
|
|
[target]
|
|
dirs=synedit codetools
|
|
|
|
[clean]
|
|
files=$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT))
|
|
|
|
[rules]
|
|
|
|
cleanall: clean |