blob: 7bbebde61f8603b9dadf44e17cd63e32a9e995b1 [file] [log] [blame] [raw]
NATIVETOOLSDIR :=
include $(NATIVETOOLSDIR)rules.mk
first:
@echo What to make?
SRCS = \
nativelibc/ \
ntdll/include/nt.h \
crtn.c \
rules.mk
SRCS += \
Makefile
pack: package
package: native-tools-src.tar.gz
native-tools-src.tar.gz: $(SRCS)
tar -cz $(SRCS) -f $@