Skip to content

Commit

Permalink
Build and cleanup colorchord-opengl by default.
Browse files Browse the repository at this point in the history
- Remove binary from tracked files
  • Loading branch information
sellicott committed Oct 22, 2022
1 parent 9dc4b12 commit 300e50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colorchord2/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 removed colorchord2/colorchord.exe
Binary file not shown.

0 comments on commit 300e50c

Please sign in to comment.