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