mirror of
https://github.com/donl/pxeknife.git
synced 2026-06-30 06:12:16 -06:00
This adds the Makefiles that will be intended to be used / filled out as time goes forward with for the other pxe knife subsystems
8 lines
87 B
Makefile
8 lines
87 B
Makefile
SHELL = /bin/bash
|
|
|
|
.SILENT:
|
|
|
|
all: make_statement
|
|
|
|
make_statement:
|
|
echo "--> Knoppix"
|