test/Makefile

changeset 104
9d3dea320d8e
parent 103
08018864fb91
child 106
a54115d554f7
--- a/test/Makefile	Thu Feb 28 08:50:24 2013 +0100
+++ b/test/Makefile	Fri Jun 21 10:27:03 2013 +0200
@@ -42,11 +42,11 @@
 all: ../build/test1
 
 ../build/test1: $(OBJ)
-	$(LD) $(LDFLAGS) $(LOFLAGS)../build/test$(APP_EXT) $(OBJ) \
+	$(LD) $(LDFLAGS) $(LOFLAGS) ../build/test$(APP_EXT) $(OBJ) \
 		../build/libucx.$(LIB_EXT)
 
 ../build/%.$(OBJ_EXT): %.c ../build
-	$(CC) $(CFLAGS) -I../ $(COFLAGS)$@ $<
+	$(CC) $(CFLAGS) -I../ $(COFLAGS) $@ $<
 
 ../build:
 	mkdir -p build

mercurial