diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-30 01:07:55 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-30 01:07:55 -0400 |
commit | a881d0d735196449bd19d5e8183f3153ed415c8d (patch) | |
tree | da3921bb2b56ef740301ebddfc7fa4837eaa5b0c /Makefile | |
parent | fb3f98d165497a32eb27b8c6b060e14d7d5b585e (diff) | |
download | librambutan-a881d0d735196449bd19d5e8183f3153ed415c8d.tar.gz librambutan-a881d0d735196449bd19d5e8183f3153ed415c8d.zip |
trivial: new cscope rule and warning fix
Fixed nvic.c warning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ run: $(BUILD_PATH)/main.bin cscope: rm -rf *.cscope - find . ../bootloader -iname "*.[hcs]" | grep -v examples | xargs cscope -R -b + find . -name '*.[hcs]' -o -name '*.cpp' | xargs cscope clean: rm -f *.hex *.o |