1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
Jim Minter 251057d7f3 s2i windows build enablement
- enable use of cygwin to build and test s2i
- simplify git and file downloaders
- track posix file permissions on windows
- remove unnecessary runtime.GOOS == "windows" checks
- unit test fixes
2016-11-29 19:17:50 +00:00

9 lines
75 B
Makefile

CFLAGS=-Wall -Os -s
sigintwrap:
clean:
@rm -f sigintwrap
.PHONY: clean