Commit 6ed5de3e authored by Davis King's avatar Davis King

Changed makefile slightly so it compiles in Ubuntu 11.10

parent 89172e11
......@@ -137,7 +137,7 @@ OBJ = $(TMP:.c=.o)
$(TARGET): $(OBJ)
@echo Linking $@
@$(CC) $(LFLAGS) $(OBJ) -o $@
@$(CC) $(OBJ) $(LFLAGS) -o $@
@echo Build Complete
.cpp.o: $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment