source: branches/minix3-book/include/Makefile@ 4

Last change on this file since 4 was 4, checked in by Mattia Monga, 13 years ago

Importazione sorgenti libro

File size: 140 bytes
Line 
1
2INC=/usr/include
3
4all::
5
6clean::
7
8install::
9 -rm -rf $(INC)
10 mkdir -p $(INC)
11 cpdir . $(INC)
12 @chown -R bin $(INC)
13 @rm -f $(INC)/Makefile
Note: See TracBrowser for help on using the repository browser.