Remove unnecessary header files
This commit is contained in:
parent
1506c1e49a
commit
0d7604cb96
18 changed files with 1 additions and 91 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ libcallisto.so: ${OBJS} ${LIBS}
|
|||
${CC} -shared ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
|
||||
csto.o: csto.c lcallisto.h
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} -c csto.c
|
||||
lcallisto.o: lcallisto.c lenvironment.h lfile.h los.h lprocess.h
|
||||
lcallisto.o: lcallisto.c lcallisto.h
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} -c lcallisto.c
|
||||
lcl.o: lcl.c lcallisto.h
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} -c lcl.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue