This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Misc
gh-pages
falkTX
10 years ago
parent
53f089a0b3
commit
2132491f62
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/Makefile
+ 1
- 1
dgl/Makefile
View File
@@ -58,7 +58,7 @@ all: $(TARGET)
$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@
%.m.o: %.m
$(CC) $< $(BUILD_C_FLAGS) -
objc
-c -o $@
$(CC) $< $(BUILD_C_FLAGS) -
ObjC
-c -o $@
# --------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save