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

This commit is contained in:
Andreas Schulz 1994-11-28 11:46:37 +00:00
parent 588cf4250c
commit 6313f15402
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4847

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