Skip to content

Commit

Permalink
posix.mak: Add JSON target
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Mar 26, 2016
1 parent c08032e commit f3d1e7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions posix.mak
Expand Up @@ -411,6 +411,11 @@ FORCE:

endif

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

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

Expand Down

0 comments on commit f3d1e7a

Please sign in to comment.