1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tradcpp: remove test makefiles

This commit is contained in:
Jon Trulson 2019-10-30 22:14:04 -06:00
parent eb1ded1dc6
commit 371bc9aa07
2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
# $NetBSD$
PROG= tradcpp
SRCS= main.c \
files.c directive.c eval.c macro.c output.c \
place.c array.c utils.c
WARNS= 5
#DBG=-g
.include <bsd.prog.mk>

View file

@ -1 +0,0 @@
gcc -o tradcpp main.c files.c directive.c eval.c macro.c output.c place.c array.c utils.c