Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
[ Makefile ] minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Sep 4, 2017
1 parent 6cf52f3 commit 00b3442
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ TSTP_NEG := $(addprefix problems/negation/,$(notdir $(TPTP_NEG:.tptp=.tstp)))
TPTP_PROP_METIS := $(wildcard problems/prop-metis/*.tptp)
TSTP_PROP_METIS := $(addprefix problems/prop-metis/,$(notdir $(TPTP_PROP_METIS:.tptp=.tstp)))

.PHONY : default
default :
make tex

.PHONY: solutions
solutions: $(TSTP_BASIC) \
$(TSTP_CONJ) \
Expand Down Expand Up @@ -124,6 +128,4 @@ clean:
find . -type f -name "*.toc" -delete
find . -type f -name "*.tstp" -delete

.PHONY : default
default :
make tex

0 comments on commit 00b3442

Please sign in to comment.