Skip to content
Snippets Groups Projects
Commit 3fbed21a authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Rebasculement en statique

parent 6353f3ad
Branches
No related tags found
No related merge requests found
PROGRAMS=$(wildcard data/*.cpp)
INPUT_PROGRAMS=$(wildcard data/*input.cpp)
ANSWER=$(INPUT_PROGRAMS:%=%.answer)
ANSWER=$(PROGRAMS:%=%.answer)
#ANSWER=$(INPUT_PROGRAMS:%=%.answer)
TARGETS=$(shell cd data; ls *.cpp | cut -d '_' -f 1 - | sort | uniq)
all: data/index $(ANSWER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment