mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 02:30:29 +02:00
+ add a distclean target for sim_pasc
This commit is contained in:
parent
6a983e533a
commit
bd9ea37453
@ -396,7 +396,7 @@ INSTALL_GRB = simsrc.shr simsrc.zip sim.txt sim.pdf
|
||||
depend: $(CFS)
|
||||
makedepend -w 1 -Dlint $(CFS)
|
||||
|
||||
.PHONY: clean fresh
|
||||
.PHONY: clean fresh distclean
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -f $(SIM_C_GRB)
|
||||
@ -410,6 +410,8 @@ clean:
|
||||
-rm -f $(INSTALL_GRB)
|
||||
-rm -f a.out a.exe sim.txt core mon.out
|
||||
|
||||
distclean: clean
|
||||
|
||||
fresh: clean
|
||||
-rm -f $(DOS_GRB)
|
||||
-rm -f *.exe
|
||||
|
Loading…
Reference in New Issue
Block a user