rebuild libChf and manual less often

This commit is contained in:
Gwenhael Le Moine 2024-09-18 14:11:37 +02:00
parent e8746fec96
commit 4d316860fc
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -118,12 +118,13 @@ manual:
# Cleaning # Cleaning
clean: clean:
rm -f src/*.o rm -f src/*.o
make -C libChf clean rm -f libChf/*_build/*.o
make -C manual clean
mrproper: clean mrproper: clean
rm -f dist/pack dist/saturn dist/saturn.cat rm -f dist/pack dist/saturn dist/saturn.cat
make -C dist/ROMs mrproper make -C dist/ROMs mrproper
make -C libChf clean
make -C manual clean
clean-all: mrproper clean-all: mrproper