Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jenow committed Sep 13, 2018
1 parent f8874ad commit c4f2f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -71,7 +71,7 @@ cpp: makedir update_submodule make_c_sdk $(CPPSDK)
cd $(ROOTOUTDIR) && ln -s $(LIB_PREFIX)kuzzlesdk$(STATICLIB).$(VERSION) $(LIB_PREFIX)kuzzlesdk$(STATICLIB)

clean:
cd sdk-c && make clean'
cd sdk-c && make clean
ifeq ($(OS),Windows_NT)
$(RRM) $(ROOTOUTDIR)
$(RRM) src$(PATHSEP)*.o
Expand Down

0 comments on commit c4f2f18

Please sign in to comment.