2025-04-27 07:49:33 -04:00

7 lines
111 B
PHP

.SUFFIXES:.h
# Copy .h file from here to sdk\inc
.h{$(SDK_INC_PATH)}.h:
attrib -r $@
copy $? $@