From 82ec99f51b2b3b7a7b36b43b22df07ec503158b8 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Thu, 17 Oct 2024 17:38:07 +0300 Subject: task7 initial commit --- Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 710a9d8..0000000 --- a/Makefile +++ /dev/null @@ -1,25 +0,0 @@ - -VAR ?= 1 - -all: 6_1 6_2 - -gen: gen.c - $(CC) -o $@ $< - -6_1: 6_1.c gen - $(CC) -o $@ $< - -6_2: 6_2.c - $(CC) -o $@ $< -lm - -.PHONY: clean run1 run2 - -run1: gen 6_1 - ./gen 100 in.1 - ./6_1 -i in.1 -o out.1 $(VAR) - -run2: 6_2 - ./6_2 -1 t2.1 -2 t2.2 -a 0 -b 3.141592657 -x 0.1 - -clean: - rm -f gen 6_1 6_2 in.1 out.1 t2.1 t2.2 -- cgit v1.2.3-70-g09d2