remove *amp files

This commit is contained in:
edoapra 2023-11-28 17:21:01 -08:00
parent 3fc29e0cda
commit 6f007d749b
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -763,7 +763,7 @@ clean:
@test -e $(BUILDDIR)/Makefile && { cd $(BUILDDIR) && $(MAKE) clean; } || echo "Not configured"
realclean:
@rm -rf $(BUILDDIR) $(INSTALLDIR)
@rm -rf $(BUILDDIR) $(INSTALLDIR) *amp
# remove all files that are not .o objects (eg lib*.a) from libga.a
cleanlibga:
mkdir -p ob