Files
haiku-beta6/Jamfile
T

10 lines
153 B
Plaintext
Raw Normal View History

2002-07-09 12:24:59 +00:00
SubDir OBOS_TOP ;
2002-07-14 22:08:55 +00:00
InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
NotFile alltests ;
Depends alltests : r5tests obostests ;
SubInclude OBOS_TOP src ;
2002-07-14 22:08:55 +00:00