diff --git a/du8/Makefile b/du8/Makefile index 8c7bbb9..931f2da 100644 --- a/du8/Makefile +++ b/du8/Makefile @@ -1,6 +1,6 @@ -CC = gcc -CFLAGS = -Wall -std=c99 -g -LDFLAGS = -lncurses +CC=gcc +CFLAGS=-Wall -std=c99 -g +LDFLAGS=-lncurses OBJS = main.o game.o world.o