Browse Source

Update makefile for of 0.9.0, close #34

master
Krisjanis Rijnieks 10 years ago
parent
commit
b33b576e88
  1. 2
      example/Makefile

2
example/Makefile

@ -6,7 +6,7 @@ endif
# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OF_ROOT=../../..
OF_ROOT=$(realpath ../../..)
endif
# call the project makefile!

Loading…
Cancel
Save