Browse Source

Update PHONY Makefile target

pull/186/head
Reid Draper 11 years ago
parent
commit
c1d9f9835f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@ -1,4 +1,5 @@
.PHONY: rel stagedevrel deps test
.PHONY: all compile deps clean distclean test check_plt build_plt dialyzer \
cleanplt
all: deps compile

Loading…
Cancel
Save