Skip to content

Commit dd0d558

Browse files
authored
Merge pull request #63 from Cogmasters/dev
Update dependencies, Bug fixes, OS detection
2 parents 071dbb4 + 5ecd273 commit dd0d558

33 files changed

+2532
-2746
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ echo:
123123
@ echo -e 'OBJS: $(OBJS)\n'
124124

125125
clean:
126-
rm -rf $(GENCODECS_OBJS) $(COGUTILS_OBJS) $(CORE_OBJS) $(THIRDP_OBJS) $(DISCORD_OBJS)
126+
@ $(RM) $(GENCODECS_OBJS) $(COGUTILS_OBJS) $(CORE_OBJS) $(THIRDP_OBJS) $(DISCORD_OBJS)
127127
@ $(MAKE) -C $(TEST_DIR) clean
128128
@ $(MAKE) -C $(EXAMPLES_DIR) clean
129129

130130
purge: clean
131-
rm -rf $(LIBDIR)
131+
@ $(RM) -r $(LIBDIR)
132132
@ $(MAKE) -C $(GENCODECS_DIR) clean
133133

134134
.PHONY: test examples install echo clean purge docs gencodecs

cog-utils/chash.h

Lines changed: 438 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)