Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Aug 23, 2018
1 parent 5960139 commit 242cdb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/compatibility/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/std/makefile
Expand Up @@ -26,7 +26,7 @@ LIB_H = $(wildcard *.h)

# windows is trash at copying files, so just do it manually
ifeq ($(OS),Windows_NT)
COPY_HEADERS = xcopy /y $(call NATIVEPATH,$(CURDIR)/*.h) $(call NATIVEPATH,$(LOC_H))
COPY_HEADERS = xcopy /y *.h $(call NATIVEPATH,$(LOC_H))
COPY_LIBFILEIO = xcopy /y $(call NATIVEPATH,$(FILEIODIR)/build/*.src) $(call NATIVEPATH,$(LIB_LOC)/fileio)
COPY_LIBSTATIC = xcopy /y $(call NATIVEPATH,$(STATICDIR)/*.src) $(call NATIVEPATH,$(LIB_LOC)/static) && \
xcopy /y $(call NATIVEPATH,$(STATICDIR)/build/*.src) $(call NATIVEPATH,$(LIB_LOC)/static)
Expand Down

0 comments on commit 242cdb7

Please sign in to comment.