This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-01-11 07:22:54 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
7f5a040359
openwrt
/
package
/
utils
/
otrx
/
src
/
Makefile
8 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
otrx: new package with tiny app verifying TRX images Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45315
2015-04-09 05:21:55 +00:00
all
:
otrx
otrx
:
otrx: change command line API to start with a mode This will allow adding more modes without options conflict. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45443
2015-04-14 20:50:46 +00:00
$(
CC
)
$(
CFLAGS
)
-o
$@
otrx.c -Wall
otrx: new package with tiny app verifying TRX images Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45315
2015-04-09 05:21:55 +00:00
clean
:
rm -f otrx
Reference in New Issue
Copy Permalink