This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
difos
Watch
2
Star
0
Fork
You've already forked difos
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bc4109845d
difos
/
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 a new issue
Copy permalink