mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Added an exports target so I can make the exports all at once. :)
This commit is contained in:
parent
dd9d5de67a
commit
650b2062dc
|
|
@ -41,6 +41,9 @@ endif
|
|||
|
||||
libarch_la_SOURCES = $(ARCH_SRCS)
|
||||
|
||||
exports:
|
||||
for i in $(ARCH_SUBDIRS); do if [ -d $$i/exports ]; then (cd $$i/exports; make); fi; done
|
||||
|
||||
# The architecture specific directories need to be copied into place
|
||||
# when building a distribution.
|
||||
dist-hook:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user