pxeknife/knoppix/Makefile
John 'Warthog9' Hawley 287f906dfa Adding basic Makefile infrastructure
This adds the Makefiles that will be intended to be used / filled out as time goes forward with for the other pxe knife subsystems
2015-03-18 23:20:49 -07:00

8 lines
87 B
Makefile

SHELL = /bin/bash
.SILENT:
all: make_statement
make_statement:
echo "--> Knoppix"