diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-26 20:30:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-26 20:30:32 +0000 |
commit | 3eedcabd4a121465600a38be89a264ebe06a6839 (patch) | |
tree | 5229c6a756022224604f4daeab3154ebfd358d4a /comport/makefile | |
parent | efb7b3b4694035afabadbedf961e6a2fadda550b (diff) |
added quick function to display the available ports using the [info( message. Yes, this is a quick hack
svn path=/trunk/externals/iem/comport/; revision=5751
Diffstat (limited to 'comport/makefile')
-rw-r--r-- | comport/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comport/makefile b/comport/makefile index 598d5e1..fab8a30 100644 --- a/comport/makefile +++ b/comport/makefile @@ -73,7 +73,7 @@ LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -LINUXINCLUDE = -I../../src +LINUXINCLUDE = -I../../src -I../../../../pd/src .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c |