Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-8b5f-43f8-b0d1-9726248d827e
  • Loading branch information
scuri committed Sep 12, 2016
1 parent 95bd5d4 commit 9e5e5f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freetype/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: do_all

do_all:
@$(MAKE) --no-print-directory -C ./src/ do_all
11 changes: 11 additions & 0 deletions freetype/src/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ifeq ($(OS), Windows_NT)
TECMAKE_CMD = $(MAKE) --no-print-directory -f ../tecmakewin.mak TEC_UNAME=$(TEC_UNAME)
else
TECMAKE_CMD = $(MAKE) --no-print-directory -f ../tecmake.mak
endif

.PHONY: do_all freetype
do_all: freetype

freetype:
@$(TECMAKE_CMD)

0 comments on commit 9e5e5f1

Please sign in to comment.