Skip to content

Commit

Permalink
dealing with ehf-bak file to not include that into bfs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Dec 9, 2023
1 parent 2a1820b commit 494d87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ me-bfs-linux:
-mkdir me-bfs/jasspa/spelling
cp -r jasspa/macros me-bfs/jasspa/
rm -f me-bfs/jasspa/macros/*~
rm -f me-bfs/jasspa/macros/*.bak
-rm me-bfs/jasspa/macros/null
#cp -r jasspa/contrib me-bfs/jasspa/
cp jasspa/spelling/*$(dict)*f me-bfs/jasspa/spelling/
Expand Down Expand Up @@ -56,6 +57,7 @@ app-image:
rm -rf jasspa-bfs/pixmaps
rm -rf jasspa-bfs/spelling
rm -f jasspa-bfs/macros/*~
rm -f jasspa-bfs/macros/*.bak
./bin/bfs -a bin/mecw-ubuntu-18 -o jme.AppDir/usr/bin/jme ./jasspa-bfs
appimagetool-x86_64.AppImage jme.AppDir
./Jasspa_MicroEmacs-x86_64.AppImage -V -n
Expand Down

0 comments on commit 494d87a

Please sign in to comment.