Skip to content

Commit

Permalink
drop trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 7, 2022
1 parent 293c19c commit 1e70a26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile to build class 'helloworld' for Pure Data.
# Makefile to build class 'flite' for Pure Data.
# Needs Makefile.pdlibbuilder as helper makefile for platform-dependent build
# settings and rules.

Expand Down Expand Up @@ -36,7 +36,7 @@ XINCLUDE = -I ${SOURCE_DIR}/include \
-I ${SOURCE_DIR}/tools \
-I ${SOURCE_DIR}/wince \
${empty}


cflags = ${XINCLUDE} -I . -DVERSION='"0.3.2"'
ldlibs += -lm -lpthread
Expand Down Expand Up @@ -256,15 +256,15 @@ EXCLUDEDFILES = \
${SOURCE_DIR}/main/t2p_main.c \
${SOURCE_DIR}/main/word_times_main.c \
${empty}


define forWindows
XINCLUDE += \
-DCST_NO_SOCKETS \
-DUNDER_WINDOWS \
-DWIN32 \
${empty}
ldlibs +=
ldlibs +=
endef

define forDarwin
Expand All @@ -279,7 +279,7 @@ datafiles = \
flite-help.pd \
flite-numbers.pd flite-test2.pd flite-test.pd \
README.md flite-meta.pd CHANGELOG.txt \


#alldebug: CPPFLAGS+=-DFLITE_DEBUG=1

Expand Down

0 comments on commit 1e70a26

Please sign in to comment.