diff options
Diffstat (limited to '06_rect/Makefile')
-rw-r--r-- | 06_rect/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/06_rect/Makefile b/06_rect/Makefile new file mode 100644 index 0000000..b083f98 --- /dev/null +++ b/06_rect/Makefile @@ -0,0 +1,2 @@ +rectangle: rectangle.c + gcc -o rectangle -pedantic -std=gnu99 -Wall -Werror rectangle.c |