Browse Source

Make all objects depend on Makefile.

tags/non-sequencer-v1.9.4
Jonathan Moore Liles 17 years ago
parent
commit
bc64b35d2a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@@ -74,6 +74,8 @@ valgrind:
%.C : %.fl
@ cd gui && fluid -c ../$<

$(OBJS): Makefile

non: $(OBJS)
@ echo -n "Linking..."
@ rm -f $@


Loading…
Cancel
Save