mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
- 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
9 lines
75 B
Makefile
9 lines
75 B
Makefile
CFLAGS=-Wall -Os -s
|
|
|
|
sigintwrap:
|
|
|
|
clean:
|
|
@rm -f sigintwrap
|
|
|
|
.PHONY: clean
|