Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Mon, Feb 3, 12:47

Makefile

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

Event Timeline