index
:
ipxe-tests
master
ipxe-tests
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
blob: 0cd20d8767409d05743f40b2abf033e925e8c770 (
plain
)
1
2
3
4
5
6
7
8
9
default
:
@echo
"targets: test clean"
test
:
sh test-ipxe.sh
clean
:
rm
-
f
*
~
*/*
~