diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ TOBJ = ui.o canvas.o user.o palette.o tools.o debug.o OBJ = $(addprefix build/, ${TOBJ}) build: prep config.h ${OBJ} src/cdraw.c - ${CC} ${CFLAGS} ${LIBS} ${OBJ} src/cdraw.c -o build/cdraw + ${CC} ${CFLAGS} ${OBJ} src/cdraw.c -o build/cdraw ${LIBS} config.h: cp config.def.h config.h |