Build and cleanup colorchord-opengl by default.

- Remove binary from tracked files
This commit is contained in:
Sam Ellicott 2022-10-21 23:04:18 -04:00
parent 9dc4b12708
commit 300e50c33f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
all : colorchord
all : colorchord colorchord-opengl
OUTS := OutputVoronoi.o DisplayArray.o OutputLinear.o DisplayPie.o DisplayNetwork.o DisplayUSB2812.o DisplayDMX.o OutputProminent.o RecorderPlugin.o DisplayHIDAPI.o hidapi.o OutputCells.o DisplaySHM.o DisplayFileWrite.o DisplayRadialPoles.o
@ -39,4 +39,4 @@ colorchord.exe : main.c dft.c decompose.c filter.c color.c notefinder.c util.c
clean :
rm -rf *.o *~ colorchord colorchord.exe embeddedcc $(OBJS)
rm -rf *.o *~ colorchord colorchord-opengl colorchord.exe embeddedcc $(OBJS)

Binary file not shown.