From 44e3e2d0e046f00f0366e376209f482dfc8018cf Mon Sep 17 00:00:00 2001 From: musil Date: Sat, 9 Dec 2006 02:36:07 +0000 Subject: changed makefile changed README.txt changed help-*.pd to *-help.pd chanded file structure to standard 2nd step new abs and help svn path=/trunk/externals/iemlib/; revision=6757 --- iem_t3_lib/src/makefile_linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iem_t3_lib') diff --git a/iem_t3_lib/src/makefile_linux b/iem_t3_lib/src/makefile_linux index 3705f69..89d69e3 100644 --- a/iem_t3_lib/src/makefile_linux +++ b/iem_t3_lib/src/makefile_linux @@ -35,13 +35,14 @@ OBJ = $(SRC:.c=.o) # clean: - rm $(TARGET) + rm ../$(TARGET) rm *.o all: $(OBJ) @echo :: $(OBJ) $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) strip --strip-unneeded $(TARGET) + mv $(TARGET) .. $(OBJ) : %.o : %.c $(CC) $(CFLAGS) $(INCLUDE) -c -o $*.o $*.c -- cgit v1.2.1