Browse Source

Remove build-time warning.

The warning message was:
Makefile:318: warning: ignoring prerequisites on suffix rule definition
pull/174/head
ManoloFLTK 5 years ago
parent
commit
f787a1b4e4
  1. 2
      test/Makefile

2
test/Makefile

@ -314,7 +314,7 @@ uninstall-osx: @@ -314,7 +314,7 @@ uninstall-osx:
$(RMDIR) $(DESTDIR)/Applications/sudoku.app
# FLUID file rules
.fl.cxx .fl.h: ../fluid/fluid$(EXEEXT)
.fl.cxx .fl.h:
echo Generating $@ and header from $<...
$(FLUID_BUILD) -c $<

Loading…
Cancel
Save