Fixed makefile and put it on the root dir.
This commit is contained in:
11
src/makefile
11
src/makefile
@@ -1,11 +0,0 @@
|
||||
CC = gcc
|
||||
CFLAGS = -W -Wall -pedantic -ansi -std=c99
|
||||
OUTPUT = ../bin/hatneck
|
||||
OBJECTS =
|
||||
LDFLAGS = -lncurses
|
||||
|
||||
hatneck: ${OBJECTS}
|
||||
${CC} ${CFLAGS} ${LDFLAGS} hatneck.c -o ${OUTPUT} ${OBJECTS}
|
||||
|
||||
clean:
|
||||
rm -rf *.o ${OUTPUT}
|
||||
Reference in New Issue
Block a user