source: trunk/user/ksh/Makefile @ 230

Last change on this file since 230 was 230, checked in by max@…, 7 years ago

Create user/, and a basic shell.

File size: 66 bytes
Line 
1#
2# Almos-MKH Shell
3#
4
5all:
6        gcc -W -o ksh ksh.c
7
8clean:
9        rm ksh
10
Note: See TracBrowser for help on using the repository browser.