Skip to content

Commit 0c4670d

Browse files
committed
Edited the progs/pile makefile to give an error message that this configuration is no longer supported
1 parent 6ffe4c2 commit 0c4670d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

progs/pile/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
$(error "This directory progs/pile is obsolete. The pile example is now supported using the VSU system (Verified Software Units) in progs/VSUpile and in progs64/VSUpile.")
2+
3+
14
HFILES = pile.h pile_private.h onepile.h apile.h triang.h stdlib.h \
25
fast/fastpile_private.h
36
CFILES = pile.c onepile.c apile.c triang.c main.c stdlib.c \

0 commit comments

Comments
 (0)