Skip to content

Commit

Permalink
Rename 'autotester' target to 'auto-tester-build'
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Mar 31, 2015
1 parent 9ea13cf commit c7e5b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/posix.mak
Expand Up @@ -257,8 +257,8 @@ DEPS = $(patsubst %.o,%.deps,$(DMD_OBJS) $(ROOT_OBJS) $(GLUE_OBJS) $(BACK_OBJS))

all: dmd

autotester: dmd
.PHONY: autotester
auto-tester-build: dmd
.PHONY: auto-tester-build

frontend.a: $(DMD_OBJS)
ar rcs frontend.a $(DMD_OBJS)
Expand Down
2 changes: 1 addition & 1 deletion src/win32.mak
Expand Up @@ -265,7 +265,7 @@ MAKEFILES=win32.mak posix.mak osmodel.mak

defaulttarget: debdmd

autotester: dmd
auto-tester-build: dmd

dmd: reldmd

Expand Down

0 comments on commit c7e5b6c

Please sign in to comment.