Procházet zdrojové kódy

Add PHONY targets for safety

Just trying to be a bit more thorough in the Makefile targets.
pull/30/head
Paul J. Davis před 12 roky
odevzdal Dave Cottlehuber
rodič
revize
1f0888234d
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Zobrazit soubor

@ -37,3 +37,5 @@ check: build etap eunit
%.beam: %.erl
erlc -o test/ $<
.PHONY: all clean distclean depends build etap eunit check

Načítá se…
Zrušit
Uložit