This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Makefile: fix FLUID rule.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
f3c9c99ceb
commit
148b313b31
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -77,7 +77,7 @@ endif
@ $(CXX) $(CXXFLAGS) -c $< -o $@
@ $(CXX) $(CXXFLAGS) -c $< -o $@
%.C : %.fl
%.C : %.fl
@ cd
`dirname $<` && fluid -c ../$<
@ cd
$(dir $<) && fluid -c $(notdir $<)
$(OBJS): .config
$(OBJS): .config
Write
Preview
Loading…
Cancel
Save