]> git.sesse.net Git - nageru/commitdiff
Build Kaeru by default.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Jul 2017 22:46:58 +0000 (00:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 8 Jul 2017 22:46:58 +0000 (00:46 +0200)
Makefile

index e924f15e672edc4b8938c6bb565789fd58e3ec55..c5c0fd6c0eefac1113142006372c4301c7a7cf06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ BM_OBJS = benchmark_audio_mixer.o $(AUDIO_MIXER_OBJS) flags.o metrics.o
 %.moc.cpp: %.h
        moc $< -o $@
 
 %.moc.cpp: %.h
        moc $< -o $@
 
-all: nageru benchmark_audio_mixer
+all: nageru kaeru benchmark_audio_mixer
 
 nageru: $(OBJS)
        $(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)
 
 nageru: $(OBJS)
        $(CXX) -o $@ $^ $(LDFLAGS) $(LDLIBS)