Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
archaes authored Dec 12, 2019
1 parent cbbe486 commit ed160d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ BIN = kecerahan
DIR = /usr/bin
MANPREFIX = /usr/local/share/man/man1
MANFILES = kecerahan.1
CC = tcc
CC = cc

build:
${CC} ${SRC} -o ${BIN}

test:
rm -f main
${CC} -Wall ${SRC} -o main -g -b
${CC} -Wall ${SRC} -o main -v

uninstall:
rm -f ${DIR}/${BIN} \
Expand Down

0 comments on commit ed160d9

Please sign in to comment.