This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
lora-irrigation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
the files need to be marked PHONEY so they are ALWAYS rebuilt..
irr_shared
John-Mark Gurney
3 years ago
parent
91a6fb590b
commit
de3acae8ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -140,7 +140,7 @@ $(LIBLORA_TEST): $(LIBLORA_TEST_OBJS)
.PHONY: all
DEPENDS = .arm_deps .test_deps
.PHONY:
depend
.PHONY:
$(DEPENDS)
depend: $(DEPENDS)
.for i in $(DEPENDS)
Write
Preview
Loading…
Cancel
Save