commit 4a288e0b2c0678c9e313fab2c563e8257451738d parent 43a5fe30dfc4c05043b2fe1887a14348d8253fa5 Author: Fabian Wermelinger <fabianw@mavt.ethz.ch> Date: Thu, 30 Jun 2016 19:09:09 +0200 fixed APPSRC -> APPOBJ Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ APPPOBJ = ${APPSRC:.cpp=.o} polaroidCamera: third_party Polaroid $(APPOBJ) - $(CC) $(CPPFLAGS) $(INC) -o bin/polaroidCamera $(APPSRC) -lPolaroid $(LIB) -lpng -lz + $(CC) $(CPPFLAGS) $(INC) -o bin/polaroidCamera $(APPOBJ) -lPolaroid $(LIB) -lpng -lz Polaroid: third_party $(HDR) $(OBJ) ar rcs lib/libPolaroid.a $(OBJ)