diff --git a/.idea/misc.xml b/.idea/misc.xml index 87a20fc..d450a79 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/nativeInterop/cinterop/Makefile b/src/nativeInterop/cinterop/Makefile index 26910f8..a7ff364 100644 --- a/src/nativeInterop/cinterop/Makefile +++ b/src/nativeInterop/cinterop/Makefile @@ -59,8 +59,8 @@ clean: rm -f $(LIB_OSX)/libraylib.a; \ rm -f $(LIB_MINGW)/libraylib.a; \ rm -f $(LIB_MINGW)/libraylibdll.a; \ - fi - @echo "Cleaning up header files..." - @for header in $(HEADER_NAMES); do \ - rm -f $(INC_DIR)/$$header; \ - done \ No newline at end of file + @echo "Cleaning up header files under Linux..." + @for header in $(HEADER_NAMES); do \ + rm -f $(INC_DIR)/$$header; \ + done; \ + fi \ No newline at end of file