Add world files to build
This commit is contained in:
@@ -6,8 +6,8 @@ TARGET = main
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): main.c random.c random.h
|
||||
$(CC) $(CFLAGS) -o $@ main.c random.c
|
||||
$(TARGET): main.c random.c random.h world.c world.h
|
||||
$(CC) $(CFLAGS) -o $@ main.c random.c world.c
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user