From 316edeb8e2bce192d2dca30c0c676ac0b6f5c0a0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 30 Jun 2015 19:23:34 -0400 Subject: [PATCH] all target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f6ab19a..c8b58ba 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +all: t + t: *.c gcc -Wall -Os -o $@ -g *.c