Skip to content

Commit

Permalink
Update cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mazeto committed Apr 20, 2018
1 parent 0d7e1b1 commit 32f1c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cookbook
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ contains tcc $@ && CC=tcc
contains clang $@ && CC=clang
contains clean $@ && rm -v bin/minisc && exit

[[ $CC == gcc ]] && CFLAGS="$CFLAGS -DGCC"

check bin/minisc src/minisc.c \
&& $CC $CFLAGS -o bin/minisc $DEPS

0 comments on commit 32f1c32

Please sign in to comment.