Skip to content

Commit

Permalink
Improve Makefile, this is a part of patch from Hiroyuki Yamamoto
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintasan committed Mar 4, 2015
1 parent 0fd8d6f commit 86711fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Expand Up @@ -6,8 +6,12 @@
# Last Modified: 2014/03/31
#==========================================

CC=gcc
CFLAGS=-O
all: sl

sl: sl.c sl.h
$(CC) $(CFLAGS) -o sl sl.c -lncurses

clean:
rm -f sl

distclean: clean

0 comments on commit 86711fc

Please sign in to comment.