commit 54af8a8b5624b7aed043162e01a923a6951cbbf5
parent 4a288e0b2c0678c9e313fab2c563e8257451738d
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date: Thu, 30 Jun 2016 20:26:09 +0200
fixed bug in Makefile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ INC += -Iapps
APPSRC = $(wildcard apps/polaroidCamera/*.cpp)
APPSRC += $(wildcard apps/*.cpp)
-APPPOBJ = ${APPSRC:.cpp=.o}
+APPOBJ = ${APPSRC:.cpp=.o}
polaroidCamera: third_party Polaroid $(APPOBJ)