+ add a distclean target for sim_pasc

This commit is contained in:
Sven/Sarah Barth 2024-06-16 21:35:27 +02:00
parent 6a983e533a
commit bd9ea37453

View File

@ -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