Skip to content

Commit

Permalink
Add 'make emacs' target (#1858).
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Jan 23, 2024
1 parent 07d1deb commit 2ed606b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
#
######################################################################
# Common targets:
# make # Compile source for GNU and Xemacs
# make test # Run self tests
# # See x/verilog-mode.el for version to install
# make # Compile source for GNU and Xemacs
# make emacs # Compile source for GNU only (no Xemacs)
# make test # Run self tests for GNU and Xemacs
# make test_emacs # Run self tests for GNU only (no Xemacs)
# # See x/verilog-mode.el for version to install
######################################################################

# the directory where the .elc files will be installed
Expand All @@ -23,6 +25,7 @@ export XEMACS
export EMACS

default : e/verilog-mode.elc x/verilog-mode.elc
emacs : e/verilog-mode.elc

release : .timestamps
install : .timestamps
Expand Down

0 comments on commit 2ed606b

Please sign in to comment.