Skip to content

Commit

Permalink
Merge pull request #479 from goatastronaut0212/fix-clean-makefile
Browse files Browse the repository at this point in the history
Fix Makefile
  • Loading branch information
luongthanhlam authored May 10, 2024
2 parents d4aee56 + 6f8a5a9 commit 4db4dac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ t:
CGO_ENABLED=1 go test ./vendor/github.com/BambooEngine/bamboo-core/...

clean:
rm -f ibus-engine-* *_linux *_cover.html go_test_* go_build_* test *.gz test
rm -f ibus-engine-bamboo keyboard-shortcut-editor macro-editor
rm -f *_linux *_cover.html go_test_* go_build_* test *.gz test
rm -f debian/files
rm -rf debian/debhelper*
rm -rf debian/.debhelper
Expand All @@ -69,7 +70,7 @@ install: build
cp -f $(keyboard_shortcut_editor) $(DESTDIR)$(PREFIX)/lib/ibus-$(engine_name)/
cp -f $(macro_editor) $(DESTDIR)$(PREFIX)/lib/ibus-$(engine_name)/
cp -f data/$(engine_name).xml $(DESTDIR)$(ibus_dir)/component/
cp -f $(engine_gui_name) $(DESTDIR)$(PREFIX)/share/applications/
cp -f data/$(engine_gui_name) $(DESTDIR)$(PREFIX)/share/applications/


uninstall:
Expand Down

0 comments on commit 4db4dac

Please sign in to comment.