Commit 6d41b986 authored by claes's avatar claes

*** empty log message ***

parent ca17ff0a
...@@ -23,7 +23,7 @@ all : init copy lib ...@@ -23,7 +23,7 @@ all : init copy lib
init : init :
copy : $(lib_dir)/libusbio.a $(inc_dir)/libusbio.h copy : $(inc_dir)/libusbio.h
lib : lib :
...@@ -35,9 +35,9 @@ realclean : clean $(clean_obj) ...@@ -35,9 +35,9 @@ realclean : clean $(clean_obj)
.SUFFIXES: .SUFFIXES:
$(lib_dir)/libusbio.a : ../libusbio.a #$(lib_dir)/libusbio.a : ../libusbio.a
@ echo "Copying libusbio.a" # @ echo "Copying libusbio.a"
@ $(cp) $(cpflags) $(source) $(target) # @ $(cp) $(cpflags) $(source) $(target)
$(inc_dir)/libusbio.h : ../libusbio.h $(inc_dir)/libusbio.h : ../libusbio.h
@ echo "Copying libusbio.h" @ echo "Copying libusbio.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment