Browse Source

Makefile: By default do nothing

pull/2/head
10sr 10 years ago
parent
commit
146f353b8f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -15,6 +15,8 @@ shrc_common_tpl =


emacs ?= emacs emacs ?= emacs


all: default

tests = test_el test_sh tests = test_el test_sh
test: $(tests) test: $(tests)


@@ -33,7 +35,6 @@ setup_directory = $(setup_directories)
.PHONY: all default test $(tests) $(test_shs) \ .PHONY: all default test $(tests) $(test_shs) \
setup $(setups) $(setup_darwins) emacs setup $(setups) $(setup_darwins) emacs


all: default








Loading…
Cancel
Save