mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-17 12:11:28 +01:00
17 lines
226 B
Makefile
17 lines
226 B
Makefile
# $Id$
|
|
#
|
|
# Makefile.fpc for Lazarus for Free Pascal
|
|
#
|
|
|
|
[target]
|
|
dirs=registration
|
|
|
|
[clean]
|
|
files=$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
|
|
|
[rules]
|
|
cleanall: clean
|
|
|
|
# end.
|
|
|