]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Rename to gnome-c-style
[gnu-emacs-elpa] / Makefile
index 3e031e6d93eafd2b737dfcb29fa96e119e7b52fd..571841efabcfcd9e4fae671eebc763693612cb3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 EMACS ?= emacs
 RM ?= rm
-ELC = gnome-align.elc gnome-snippet.elc gnome-minor-mode.elc
+ELC = gnome-c-align.elc gnome-c-snippet.elc gnome-c-style.elc
 
 all: $(ELC)
 
@@ -10,7 +10,7 @@ all: $(ELC)
 
 check:
        $(EMACS) -Q -batch --eval "(setq load-path (cons nil load-path))" \
-               -l ert -l gnome-tests.el -f ert-run-tests-batch-and-exit
+               -l ert -l gnome-c-tests.el -f ert-run-tests-batch-and-exit
 
 clean:
        $(RM) -rf $(ELC)