X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=makefile;h=b7a1e8c366fbd19ea9ef34c616ea20da4b050b17;hb=43cb9b7de22dac5864d73321ec974bb937a217ff;hp=651cf2cf1f3dba8c4a89e028b397bd7541c20afd;hpb=eefa2034ad0f5c2ef5eb478984cfc53a6a40c6b7;p=wmpus diff --git a/makefile b/makefile index 651cf2c..b7a1e8c 100644 --- a/makefile +++ b/makefile @@ -14,6 +14,8 @@ CFLAGS += -D_NO_OLDNAMES -DMARGIN=15 PROG = wmpus.exe endif +include config.mk + $(PROG): main.o util.o sys-$(SYS).o wm-$(WM).o $(CC) $(CFLAGS) -o $@ $+ $(LIBS)