Skip to content

Commit 53f67bd

Browse files
committed
Remove target "test" from makefile
1 parent c4752fd commit 53f67bd

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,5 @@ TEX_NAME = Design_Patterns_In_Python
55
all: open
66
@true
77

8-
#==============================================================================
9-
test: FRC
10-
@for program in *.py; \
11-
do \
12-
echo $$program; \
13-
python -3 $$program; \
14-
echo ""; \
15-
done
16-
178
include $(DROPBOX)/Coding/MakeFiles/latex.mk
189
# override OUTPUT_NAME here

0 commit comments

Comments
 (0)