Ensure tools-for-build/mmap-rwx is cleaned, and add to .gitignore

This commit is contained in:
Joshua Elsasser 2019-03-20 14:03:25 -07:00
parent 794e8c3b87
commit 781efb1c09
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -46,6 +46,7 @@ tools-for-build/determine-endianness
tools-for-build/determine-endianness.exe
tools-for-build/grovel-headers
tools-for-build/grovel-headers.exe
tools-for-build/mmap-rwx
tools-for-build/os-provides-putwc-test
tools-for-build/os-provides-putwc-test.exe
tools-for-build/where-is-mcontext

View file

@ -14,8 +14,8 @@ CPPFLAGS+=-I../src/runtime
LDFLAGS:=$(LDFLAGS)
LDLIBS:=$(OS_LIBS)
all: grovel-headers determine-endianness where-is-mcontext
all: grovel-headers determine-endianness where-is-mcontext mmap-rwx
clean:
rm -f *.o grovel-headers determine-endianness where-is-mcontext
rm -f *.o grovel-headers determine-endianness where-is-mcontext mmap-rwx
rm -f *.exe