Skip to content
Snippets Groups Projects
Commit 8e6eefd9 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Initial revision

parent 37826c99
No related branches found
No related tags found
No related merge requests found
.PHONY: includes
includes:
for i in $(INSTALL-HDRS);\
do \
( cmp $$i $(INCLUDEDIR)/$$i 2>/dev/null ) \
|| cp $$i $(INCLUDEDIR)/$$i; \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment