add directory study

This commit is contained in:
gohigh
2024-02-19 00:25:23 -05:00
parent b1306b38b1
commit f3774e2f8c
4001 changed files with 2285787 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# -DEXTENDED #if you like to get paste & spaste macros.
# -DVOID #if your C compiler does NOT support void.
# -DGETOPT #if you STILL do not have getopt in your library.
# -DDUFFCP #if you do not have fast memcpy in your library.
#
CFLAGS = -DEXTENDED
OBJS = main.s eval.s serv.s look.s misc.s expr.s
INCL = mdef.h extr.h patchlevel.h
m4: $(OBJS) $(INCL)
cc -o m4 $(OBJS)
clean:
@rm -f *.bak *.s m4