X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=b6b4c632c71807ece389b65b5ed801b705adc916;hb=9c67b30c9aacfdd2bf783ed25848a152d73ea8b3;hp=a41c55c1e51c6f88ce3be0ff5a97d91dfba82425;hpb=aeeaea66849f23d8dec42bb64c9a739846a835d9;p=sball diff --git a/Makefile b/Makefile index a41c55c..b6b4c63 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ src = $(wildcard src/*.c) obj = $(src:.c=.o) dep = $(obj:.o=.d) -bin = sball +bin = test CFLAGS = -pedantic -Wall -g -MMD