Add the automatically generated crunched_skel.c file to the CLEANFILES.

This commit is contained in:
ats 1994-11-28 11:46:37 +00:00
parent 704ec51ad8
commit 1d17aa50e6

View File

@ -2,6 +2,7 @@
PROG=crunchgen
SRCS=crunchgen.c crunched_skel.c
CFLAGS+=-g -Wall
CLEANFILES+= crunched_skel.c
crunched_skel.c: crunched_main.c
sh -e ${.CURDIR}/mkskel.sh ${.CURDIR}/crunched_main.c >crunched_skel.c