Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Fri, Nov 8, 13:21

Makefile

space :=
space +=
CFLAGS=`pkg-config --cflags liboncilla-webots-0 cca-oncilla` -g -O2
LIBRARIES=`pkg-config --libs liboncilla-webots-0 cca-oncilla`
WEBOTS_HOME_PATH=$(subst $(space),\ ,$(strip $(subst \,/,$(WEBOTS_HOME))))
include $(WEBOTS_HOME_PATH)/resources/projects/default/controllers/Makefile.include

Event Timeline