aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3e5061..36c6b05 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,9 @@ build/integral.o: src/integral.c build
task4: build/roots.o build/integral.o src/main.c
$(CC) $(CFLAGS) -o $@ $^ -lm -ldl
-.PHONY: run clean
+.PHONY: clean
-run: task4
+run:
./task4
clean: