fixed typo
This commit is contained in:
parent
8e6fe7258c
commit
5d01fbf6b8
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ ceg/ceg: ceg/as_lib.a
|
||||||
|
|
||||||
ceg/as_lib.a:
|
ceg/as_lib.a:
|
||||||
-mkdir ceg
|
-mkdir ceg
|
||||||
ce ceg ; cp $(CEG)/util/make_ceg_as Makefile ; cd ..
|
cd ceg ; cp $(CEG)/util/make_ceg_as Makefile ; cd ..
|
||||||
cd ceg ; cp $(ASMAIN)/* . ; $(CC) -c $(CFLAGS) *.c; $(AR) r as_lib.a *.o ; cd ..
|
cd ceg ; cp $(ASMAIN)/* . ; $(CC) -c $(CFLAGS) *.c; $(AR) r as_lib.a *.o ; cd ..
|
||||||
-sh -c 'ranlib ceg/as_lib.a'
|
-sh -c 'ranlib ceg/as_lib.a'
|
||||||
|
|
Loading…
Reference in a new issue