Skip to content

Commit

Permalink
Merge branch 'improve-makefile' of https://github.com/Quintasan/sl in…
Browse files Browse the repository at this point in the history
…to Quintasan-improve-makefile

Conflicts:
	Makefile
  • Loading branch information
mtoyoda committed Apr 20, 2017
2 parents 7b76f65 + 86711fc commit 9bd3f0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -9,5 +9,12 @@
CC=gcc
CFLAGS=-O -Wall

all: sl

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

clean:
rm -f sl

distclean: clean

0 comments on commit 9bd3f0f

Please sign in to comment.