Makefile
changeset 1181 65db532ac394
parent 1180 f0c6c30d2edc
child 1204 6b7c8bbc4931
equal deleted inserted replaced
1180:f0c6c30d2edc 1181:65db532ac394
     1 # dwm - dynamic window manager
     1 # dwm - dynamic window manager
       
     2 # See LICENSE file for copyright and license details.
     2 
     3 
     3 include config.mk
     4 include config.mk
     4 
     5 
     5 SRC = dwm.c
     6 SRC = dwm.c
     6 OBJ = ${SRC:.c=.o}
     7 OBJ = ${SRC:.c=.o}