Browse Source

Makefile: By default do nothing

pull/2/head
10sr 9 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

all: default

tests = test_el test_sh
test: $(tests)

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

all: default





Loading…
Cancel
Save