Quellcode durchsuchen

Makefile: By default do nothing

pull/2/head
10sr vor 9 Jahren
Ursprung
Commit
146f353b8f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile Datei anzeigen

@@ -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





Laden…
Abbrechen
Speichern