From cdde99ac0fdbcad1133e9482c8a6d283c7842a5b Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Feb 2016 13:12:20 -0500 Subject: Created AutoArt --- AutoImages/src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AutoImages/src/Makefile (limited to 'AutoImages/src/Makefile') diff --git a/AutoImages/src/Makefile b/AutoImages/src/Makefile new file mode 100644 index 0000000..cf7c609 --- /dev/null +++ b/AutoImages/src/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS=-lm + +default: AutoImages + +AutoImages: main.c Random.h StringFunctions.h Stack.h Matrix.h + $(CC) $(CFLAGS) -o AutoImages main.c -- cgit v1.2.3