Browse Source

Makefile: Fixes #35

master
Aaron Marcher 7 years ago
parent
commit
98d655c8d0
No known key found for this signature in database GPG Key ID: 74B048E5C2474F9A
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -6,6 +6,9 @@ NAME=slstatus

all: ${NAME}

${NAME}:
${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS}

clean:
rm -f ${NAME}



Loading…
Cancel
Save