mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-25 03:44:39 +00:00
- added top level "clean" and "clobber" rules.
- clean doesnt clean out tools, just intermediate build files.
We can change this if people disagree with this approach.
This commit is contained in:
@@ -10,5 +10,5 @@ apout/apout:
|
||||
(cd apout; make; rm *.o)
|
||||
|
||||
clean:
|
||||
rm mkfs ml
|
||||
rm -f mkfs ml
|
||||
(cd apout; make clean)
|
||||
|
||||
Reference in New Issue
Block a user