Makefile
changeset 777 469dc170f833
parent 776 be103ae46dbc
child 790 48e7c3b45250
equal deleted inserted replaced
776:be103ae46dbc 777:469dc170f833
     1 # dwm - dynamic window manager
     1 # dwm - dynamic window manager
     2 #   (C)opyright MMVI-MMVII Anselm R. Garbe
     2 #   (C)opyright MMVI-MMVII Anselm R. Garbe
     3 
     3 
     4 include config.mk
     4 include config.mk
     5 
     5 
     6 SRC = client.c draw.c event.c main.c screen.c util.c
     6 SRC = client.c event.c main.c screen.c util.c
     7 OBJ = ${SRC:.c=.o}
     7 OBJ = ${SRC:.c=.o}
     8 
     8 
     9 all: options dwm
     9 all: options dwm
    10 
    10 
    11 options:
    11 options: