Actually prep for ColorChord being an example package.

This commit is contained in:
cnlohr 2020-05-11 00:05:09 -07:00
parent 534c2186f0
commit 24cdfc96e2
3 changed files with 8 additions and 2 deletions

View file

@ -11,6 +11,10 @@ CC_C:= ../main.c ../dft.c ../decompose.c ../filter.c ../color.c ../notefinder.
SRC:=rawdrawandroid/android_usb_devices.c DisplayTensigralAndroid.c $(CC_C)
#Uncomment to make all targets.
#TARGETS:=makecapk/lib/arm64-v8a/lib$(APPNAME).so makecapk/lib/armeabi-v7a/lib$(APPNAME).so makecapk/lib/x86/lib$(APPNAME).so makecapk/lib/x86_64/lib$(APPNAME).so
include rawdrawandroid/Makefile