Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
Delete posix.sys object files during clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
tongson committed Mar 2, 2017
1 parent 2f58eb6 commit c81ca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/c/posix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $(posixSO): $(posixOBJS)
$(TARGET_DYNCC) -shared -o $@ $^

clean_posix:
$(RM) $(RMFLAGS) $(posix_P)/*.o $(C_MODULES) $(posixSO)
$(RM) $(RMFLAGS) $(posix_P)/*.o $(posix_P)/sys/*.o $(C_MODULES) $(posixSO)

.PHONY: clean_posix

0 comments on commit c81ca41

Please sign in to comment.