]> git.sesse.net Git - nageru/blobdiff - Makefile
Yet more Makefile tweaks.
[nageru] / Makefile
index d0a4d0bc73bb925f4b18ed9ac39420a8e644bac2..7a88cfe7bdf79e076579f7bc0b3c7ac4ab0122ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ OBJS += h264encode.o mixer.o bmusb/bmusb.o pbo_frame_allocator.o context.o ref_c
 %.o: %.cpp
        $(CXX) -MMD -MP $(CPPFLAGS) $(CXXFLAGS) -o $@ -c $<
 
-%.cpp: %.ui
+%.h: %.ui
        uic $< -o $@
 
 %.moc.cpp: %.h