diff options
Diffstat (limited to 'cyclone/Makefile.libdir')
-rw-r--r-- | cyclone/Makefile.libdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 7e5adf0..1d1949f 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -154,7 +154,7 @@ ifeq ($(UNAME),Linux) ln -s -f Scope~-help.pd $(DESTDIR)$(objectsdir)/cyclone/scope~-help.pd ln -s -f Snapshot~.$(EXTENSION) $(DESTDIR)$(objectsdir)/cyclone/snapshot~.$(EXTENSION) ln -s -f Snapshot~-help.pd $(DESTDIR)$(objectsdir)/cyclone/snapshot~-help.pd -#endif +endif clean: -$(MAKE) -f Makefile $(DEST_PATHS) clean |