X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=c6e94c263ce3ac5059852117f92eae0b889007a9;hp=a6c99364310fb7ea5afba7287521d10926bdea7e;hb=b2c24e9d5b637bb78d18a377d9957c07d0759030;hpb=67c749060592270c9cd8b4f7dafe7d7c7a61a614 diff --git a/GNUmakefile b/GNUmakefile index a6c9936..c6e94c2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,5 @@ -src = $(wildcard src/*.c) $(wildcard src/scr/*.c) $(wildcard src/glut/*.c) +src = $(wildcard src/*.c) $(wildcard src/3dgfx/*.c) $(wildcard src/scr/*.c) \ + $(wildcard src/glut/*.c) asmsrc = $(wildcard src/*.asm) obj = $(src:.c=.o) $(asmsrc:.asm=.o) dep = $(obj:.o=.d)