mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-10 14:58:54 +00:00
Makefile now builds apout.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
CFLAGS=-g -Wall
|
||||
|
||||
all: mkfs ml
|
||||
all: mkfs ml apout/apout
|
||||
|
||||
mkfs: mkfs.c
|
||||
|
||||
ml: ml.c
|
||||
|
||||
apout/apout:
|
||||
(cd apout; make; rm *.o)
|
||||
|
||||
clean:
|
||||
rm mkfs ml
|
||||
(cd apout; make clean)
|
||||
|
||||
Reference in New Issue
Block a user