X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=sball;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b6b4c632c71807ece389b65b5ed801b705adc916;hp=a41c55c1e51c6f88ce3be0ff5a97d91dfba82425;hb=aae3666f514af7606db0fe34c601bfdafa4cb7dc;hpb=aeeaea66849f23d8dec42bb64c9a739846a835d9 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