Skip to content

Commit

Permalink
Merge pull request #4121 from CyberShadow/pull-20160326-014108
Browse files Browse the repository at this point in the history
posix.mak: Add JSON target
  • Loading branch information
DmitryOlshansky committed Apr 28, 2016
2 parents 893a1fe + f3d1e7a commit b4dccd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,11 @@ FORCE:

endif

JSON = phobos.json
json : $(JSON)
$(JSON) : $(ALL_D_FILES)
$(DMD) $(DFLAGS) -o- -Xf$@ $^

###########################################################
# html documentation

Expand Down

0 comments on commit b4dccd4

Please sign in to comment.