Mercurial > hg > beaglert
diff Makefile @ 267:247a182adb6d prerelease
Makefile creates build folder in the script folder
| author | Giulio Moro <giuliomoro@yahoo.it> | 
|---|---|
| date | Tue, 17 May 2016 14:38:03 +0100 | 
| parents | 4989afa8e994 | 
| children | 4815ed0f21de 4475c0bc2aaa | 
line wrap: on
 line diff
--- a/Makefile Tue May 17 14:07:01 2016 +0100 +++ b/Makefile Tue May 17 14:38:03 2016 +0100 @@ -15,7 +15,7 @@ endif PROJECT_DIR := $(abspath projects/$(PROJECT)) - +$(shell mkdir -p $(PROJECT_DIR)/build) RM := rm -rf STATIC_LIBS := ./libprussdrv.a ./libNE10.a LIBS := -lrt -lnative -lxenomai -lsndfile
