mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* clean also the executables under linux
This commit is contained in:
parent
4e43bad546
commit
cf2cbcfe6d
@ -211,6 +211,9 @@ alltisexec: $(patsubst %.pp,%.eli,$(wildcard tis*.pp))
|
|||||||
|
|
||||||
clean :
|
clean :
|
||||||
-rm -f *.re* *.o *.ppu *.log *.elg *.exc t*.exe log faillist ts_fail tf_fail
|
-rm -f *.re* *.o *.ppu *.log *.elg *.exc t*.exe log faillist ts_fail tf_fail
|
||||||
|
ifndef DJGPP
|
||||||
|
-rm -f $(patsubst %.pp,%,$(wildcard *.pp))
|
||||||
|
endif
|
||||||
|
|
||||||
info :
|
info :
|
||||||
@echo This Makefile allows to test the compiler
|
@echo This Makefile allows to test the compiler
|
||||||
@ -226,7 +229,10 @@ info :
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.3 1999-06-01 13:27:27 peter
|
# Revision 1.4 1999-09-19 11:23:06 peter
|
||||||
|
# * clean also the executables under linux
|
||||||
|
#
|
||||||
|
# Revision 1.3 1999/06/01 13:27:27 peter
|
||||||
# * updates for linux
|
# * updates for linux
|
||||||
#
|
#
|
||||||
# Revision 1.2 1999/06/01 00:06:14 peter
|
# Revision 1.2 1999/06/01 00:06:14 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user