Remove unnecessary header files

This commit is contained in:
Jeremy Baxter 2023-06-27 18:19:03 +12:00
parent 1506c1e49a
commit 0d7604cb96
18 changed files with 1 additions and 91 deletions

View file

@ -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