nsbin/dietcompile
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

12 lines
197 B
Bash
Executable file

#!/bin/sh
#
# Nico Schottelius <nico@schottelius.(net|org)>
# Date: 30-Jul-2003
# Last Modified: -
#
# usage: dietcompile packagename --> makes /usr/package-diet
#
CC='diet gcc -nostdinc'
$CC $@