This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
clean plugin_static.o
pull/1639/head
bsp2
6 years ago
parent
e41fc9d46c
commit
dc478284bb
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
makefile_lib.linux
+ 6
- 0
makefile_lib.linux
View File
@@ -28,4 +28,10 @@ BIN_RULES+= src/plugin_static.o
ALL_OBJ=$(LIB_OBJ) $(LIB_OBJ_LINUX)
.PHONY: clean_plugin_static
clean_plugin_static:
rm -f src/plugin_static.o
CLEAN_RULES+= clean_plugin_static
include dep/yac/staticlib_linux.mk
Write
Preview
Loading…
Cancel
Save